Html Css Color HEX #533612 Baker's Chocolate

📋 copy color: '#533612'

red 83 ◦ green 54 ◦ blue 18

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

Shades of Baker's Chocolate #533612

Tints of Baker's Chocolate #533612

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.84%

 BLUE value IS 18 (7.42% from 255) = 11.61%

R = 53.55%
G = 34.84%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#533612 (or 0x533612) is known color: Baker's Chocolate. HEX triplet: 53, 36 and 12. RGB value is (83,54,18). Sum of RGB (Red+Green+Blue) = 83+54+18=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #533612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533612 is #ACC9ED. Grayscale: #3A3A3A. Windows color (decimal): -11323886 or 1193555. OLE color: 1193555.

HSL color Cylindrical-coordinate representation of color #533612: hue angle of 33.23º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #533612 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 54 18 -
CMYK 0 0.35 0.78 0.67
HSL 33.23º 0.64% 0.2% -
HSV(B) 33.23º 0.78% 0.33% -
XYZ 5 4.52 1.18 -
YUV 58.57 105.11 145.43 -
System Red Green Blue C M Y K H S L
Decimal 83 54 18 0 0.35 0.78 0.67 33.23 0.64 0.2
Hex 53 36 12 0 23 4E 43 21 40 14
Octal 123 66 22 0 43 116 103 41 100 24
Binary 1010011 110110 10010 0 100011 1001110 1000011 100001 1000000 10100

Color Harmonies of #533612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533612

Black with #533612

Text Example


Text Example

White with #533612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533612; }

 p { color: rgb(83,54,18); }

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

background-color css

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

 a { background-color: rgb(83,54,18); }

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

border-color css

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

 span { border-color: rgb(83,54,18); }

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