Html Css Color HEX #533205 Baker's Chocolate

📋 copy color: '#533205'

red 83 ◦ green 50 ◦ blue 5

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

Shades of Baker's Chocolate #533205

Tints of Baker's Chocolate #533205

RGB

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

 GREEN value IS 50 (19.92% from 255) = 36.23%

 BLUE value IS 5 (2.34% from 255) = 3.62%

R = 60.14%
G = 36.23%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#533205 (or 0x533205) is known color: Baker's Chocolate. HEX triplet: 53, 32 and 05. RGB value is (83,50,5). Sum of RGB (Red+Green+Blue) = 83+50+5=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 5 (2.34% from 255 or 3.62% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #533205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533205 is #ACCDFA. Grayscale: #363636. Windows color (decimal): -11324923 or 340563. OLE color: 340563.

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

Color convert

RGB 83 50 5 -
CMYK 0 0.40 0.94 0.67
HSL 34.62º 0.89% 0.17% -
HSV(B) 34.62º 0.94% 0.33% -
XYZ 4.74 4.13 0.69 -
YUV 54.74 99.93 148.16 -
System Red Green Blue C M Y K H S L
Decimal 83 50 5 0 0.40 0.94 0.67 34.62 0.89 0.17
Hex 53 32 5 0 28 5E 43 23 59 11
Octal 123 62 5 0 50 136 103 43 131 21
Binary 1010011 110010 101 0 101000 1011110 1000011 100011 1011001 10001

Color Harmonies of #533205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533205

Black with #533205

Text Example


Text Example

White with #533205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533205; }

 p { color: rgb(83,50,5); }

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

background-color css

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

 a { background-color: rgb(83,50,5); }

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

border-color css

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

 span { border-color: rgb(83,50,5); }

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