Html Css Color HEX #533A09 Baker's Chocolate

📋 copy color: '#533A09'

red 83 ◦ green 58 ◦ blue 9

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

Shades of Baker's Chocolate #533A09

Tints of Baker's Chocolate #533A09

RGB

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

 GREEN value IS 58 (23.05% from 255) = 38.67%

 BLUE value IS 9 (3.91% from 255) = 6%

R = 55.33%
G = 38.67%
B = 6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#533A09 (or 0x533A09) is known color: Baker's Chocolate. HEX triplet: 53, 3A and 09. RGB value is (83,58,9). Sum of RGB (Red+Green+Blue) = 83+58+9=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #533A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533A09 is #ACC5F6. Grayscale: #3C3C3C. Windows color (decimal): -11322871 or 604755. OLE color: 604755.

HSL color Cylindrical-coordinate representation of color #533A09: hue angle of 39.73º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #533A09 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 58 9 -
CMYK 0 0.30 0.89 0.67
HSL 39.73º 0.8% 0.18% -
HSV(B) 39.73º 0.89% 0.33% -
XYZ 5.13 4.88 0.93 -
YUV 59.89 99.28 144.48 -
System Red Green Blue C M Y K H S L
Decimal 83 58 9 0 0.30 0.89 0.67 39.73 0.8 0.18
Hex 53 3A 9 0 1E 59 43 28 50 12
Octal 123 72 11 0 36 131 103 50 120 22
Binary 1010011 111010 1001 0 11110 1011001 1000011 101000 1010000 10010

Color Harmonies of #533A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533A09

Black with #533A09

Text Example


Text Example

White with #533A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533A09; }

 p { color: rgb(83,58,9); }

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

background-color css

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

 a { background-color: rgb(83,58,9); }

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

border-color css

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

 span { border-color: rgb(83,58,9); }

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