Html Css Color HEX #533106 Baker's Chocolate

📋 copy color: '#533106'

red 83 ◦ green 49 ◦ blue 6

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

Shades of Baker's Chocolate #533106

Tints of Baker's Chocolate #533106

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35.51%

 BLUE value IS 6 (2.73% from 255) = 4.35%

R = 60.14%
G = 35.51%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#533106 (or 0x533106) is known color: Baker's Chocolate. HEX triplet: 53, 31 and 06. RGB value is (83,49,6). Sum of RGB (Red+Green+Blue) = 83+49+6=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #533106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533106 is #ACCEF9. Grayscale: #363636. Windows color (decimal): -11325178 or 405843. OLE color: 405843.

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

Color convert

RGB 83 49 6 -
CMYK 0 0.41 0.93 0.67
HSL 33.51º 0.87% 0.17% -
HSV(B) 33.51º 0.93% 0.33% -
XYZ 4.7 4.05 0.71 -
YUV 54.26 100.76 148.5 -
System Red Green Blue C M Y K H S L
Decimal 83 49 6 0 0.41 0.93 0.67 33.51 0.87 0.17
Hex 53 31 6 0 29 5D 43 22 57 11
Octal 123 61 6 0 51 135 103 42 127 21
Binary 1010011 110001 110 0 101001 1011101 1000011 100010 1010111 10001

Color Harmonies of #533106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533106

Black with #533106

Text Example


Text Example

White with #533106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533106; }

 p { color: rgb(83,49,6); }

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

background-color css

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

 a { background-color: rgb(83,49,6); }

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

border-color css

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

 span { border-color: rgb(83,49,6); }

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