Html Css Color HEX #533502 Baker's Chocolate

📋 copy color: '#533502'

red 83 ◦ green 53 ◦ blue 2

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

Shades of Baker's Chocolate #533502

Tints of Baker's Chocolate #533502

RGB

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

 GREEN value IS 53 (21.09% from 255) = 38.41%

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

R = 60.14%
G = 38.41%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#533502 (or 0x533502) is known color: Baker's Chocolate. HEX triplet: 53, 35 and 02. RGB value is (83,53,2). Sum of RGB (Red+Green+Blue) = 83+53+2=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #533502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533502 is #ACCAFD. Grayscale: #383838. Windows color (decimal): -11324158 or 144723. OLE color: 144723.

HSL color Cylindrical-coordinate representation of color #533502: hue angle of 37.78º 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 #533502 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 53 2 -
CMYK 0 0.36 0.98 0.67
HSL 37.78º 0.95% 0.17% -
HSV(B) 37.78º 0.98% 0.33% -
XYZ 4.85 4.39 0.65 -
YUV 56.16 97.44 147.15 -
System Red Green Blue C M Y K H S L
Decimal 83 53 2 0 0.36 0.98 0.67 37.78 0.95 0.17
Hex 53 35 2 0 24 62 43 26 5F 11
Octal 123 65 2 0 44 142 103 46 137 21
Binary 1010011 110101 10 0 100100 1100010 1000011 100110 1011111 10001

Color Harmonies of #533502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533502

Black with #533502

Text Example


Text Example

White with #533502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533502; }

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

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

background-color css

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

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

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

border-color css

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

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

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