Html Css Color HEX #533302 Baker's Chocolate

📋 copy color: '#533302'

red 83 ◦ green 51 ◦ blue 2

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

Shades of Baker's Chocolate #533302

Tints of Baker's Chocolate #533302

RGB

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

 GREEN value IS 51 (20.31% from 255) = 37.5%

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

R = 61.03%
G = 37.5%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#533302 (or 0x533302) is known color: Baker's Chocolate. HEX triplet: 53, 33 and 02. RGB value is (83,51,2). Sum of RGB (Red+Green+Blue) = 83+51+2=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #533302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533302 is #ACCCFD. Grayscale: #373737. Windows color (decimal): -11324670 or 144211. OLE color: 144211.

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

Color convert

RGB 83 51 2 -
CMYK 0 0.39 0.98 0.67
HSL 36.3º 0.95% 0.17% -
HSV(B) 36.3º 0.98% 0.33% -
XYZ 4.76 4.21 0.62 -
YUV 54.98 98.1 147.98 -
System Red Green Blue C M Y K H S L
Decimal 83 51 2 0 0.39 0.98 0.67 36.3 0.95 0.17
Hex 53 33 2 0 27 62 43 24 5F 11
Octal 123 63 2 0 47 142 103 44 137 21
Binary 1010011 110011 10 0 100111 1100010 1000011 100100 1011111 10001

Color Harmonies of #533302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533302

Black with #533302

Text Example


Text Example

White with #533302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533302; }

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

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

background-color css

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

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

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

border-color css

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

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

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