Html Css Color HEX #533A0F Baker's Chocolate

📋 copy color: '#533A0F'

red 83 ◦ green 58 ◦ blue 15

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

Shades of Baker's Chocolate #533A0F

Tints of Baker's Chocolate #533A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.62%

R = 53.21%
G = 37.18%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#533A0F (or 0x533A0F) is known color: Baker's Chocolate. HEX triplet: 53, 3A and 0F. RGB value is (83,58,15). Sum of RGB (Red+Green+Blue) = 83+58+15=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #533A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533A0F is #ACC5F0. Grayscale: #3C3C3C. Windows color (decimal): -11322865 or 997971. OLE color: 997971.

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

Color convert

RGB 83 58 15 -
CMYK 0 0.30 0.82 0.67
HSL 37.94º 0.69% 0.19% -
HSV(B) 37.94º 0.82% 0.33% -
XYZ 5.17 4.9 1.13 -
YUV 60.57 102.28 144 -
System Red Green Blue C M Y K H S L
Decimal 83 58 15 0 0.30 0.82 0.67 37.94 0.69 0.19
Hex 53 3A F 0 1E 52 43 26 45 13
Octal 123 72 17 0 36 122 103 46 105 23
Binary 1010011 111010 1111 0 11110 1010010 1000011 100110 1000101 10011

Color Harmonies of #533A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533A0F

Black with #533A0F

Text Example


Text Example

White with #533A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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