Html Css Color HEX #532302 Baker's Chocolate

📋 copy color: '#532302'

red 83 ◦ green 35 ◦ blue 2

#532302
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #532302

Tints of Baker's Chocolate #532302

RGB

 RED value IS 83 (32.81% from 255) = 69.17%

 GREEN value IS 35 (14.06% from 255) = 29.17%

 BLUE value IS 2 (1.17% from 255) = 1.67%

R = 69.17%
G = 29.17%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#532302 (or 0x532302) is known color: Baker's Chocolate. HEX triplet: 53, 23 and 02. RGB value is (83,35,2). Sum of RGB (Red+Green+Blue) = 83+35+2=120 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.17% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 83 - color contains mainly: red. Hex color #532302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532302 is #ACDCFD. Grayscale: #2D2D2D. Windows color (decimal): -11328766 or 140115. OLE color: 140115.

HSL color Cylindrical-coordinate representation of color #532302: hue angle of 24.44º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #532302 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 35 2 -
CMYK 0 0.58 0.98 0.67
HSL 24.44º 0.95% 0.17% -
HSV(B) 24.44º 0.98% 0.33% -
XYZ 4.18 3.05 0.42 -
YUV 45.59 103.4 154.68 -
System Red Green Blue C M Y K H S L
Decimal 83 35 2 0 0.58 0.98 0.67 24.44 0.95 0.17
Hex 53 23 2 0 3A 62 43 18 5F 11
Octal 123 43 2 0 72 142 103 30 137 21
Binary 1010011 100011 10 0 111010 1100010 1000011 11000 1011111 10001

Color Harmonies of #532302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532302

Black with #532302

Text Example


Text Example

White with #532302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532302; }

 p { color: rgb(83,35,2); }

 H1.HeaderClassName
 {
   color: #532302;
 }
 .AnyTagClassName
 {
   color: #532302;
 }
</style>

background-color css

<style>
 a { background-color: #532302; }

 a { background-color: rgb(83,35,2); }

 div.DivClassName
 {
   background-color: #532302;
 }
 .BgClassName
 {
   background-color: #532302;
 }
</style>

border-color css

<style>
 span { border-color: #532302; }

 span { border-color: rgb(83,35,2); }

 td.TdClassName
 {
   border-color: #532302;
 }
 .TagClassName
 {
   border-color: #532302;
 }
</style>