Html Css Color HEX #533505 Baker's Chocolate

📋 copy color: '#533505'

red 83 ◦ green 53 ◦ blue 5

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

Shades of Baker's Chocolate #533505

Tints of Baker's Chocolate #533505

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.59%

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

R = 58.87%
G = 37.59%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#533505 (or 0x533505) is known color: Baker's Chocolate. HEX triplet: 53, 35 and 05. RGB value is (83,53,5). Sum of RGB (Red+Green+Blue) = 83+53+5=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #533505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533505 is #ACCAFA. Grayscale: #383838. Windows color (decimal): -11324155 or 341331. OLE color: 341331.

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

Color convert

RGB 83 53 5 -
CMYK 0 0.36 0.94 0.67
HSL 36.92º 0.89% 0.17% -
HSV(B) 36.92º 0.94% 0.33% -
XYZ 4.87 4.4 0.74 -
YUV 56.5 98.94 146.9 -
System Red Green Blue C M Y K H S L
Decimal 83 53 5 0 0.36 0.94 0.67 36.92 0.89 0.17
Hex 53 35 5 0 24 5E 43 25 59 11
Octal 123 65 5 0 44 136 103 45 131 21
Binary 1010011 110101 101 0 100100 1011110 1000011 100101 1011001 10001

Color Harmonies of #533505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533505

Black with #533505

Text Example


Text Example

White with #533505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533505; }

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

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

background-color css

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

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

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

border-color css

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

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

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