Html Css Color HEX #533312 Baker's Chocolate

📋 copy color: '#533312'

red 83 ◦ green 51 ◦ blue 18

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

Shades of Baker's Chocolate #533312

Tints of Baker's Chocolate #533312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.55%

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

R = 54.61%
G = 33.55%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#533312 (or 0x533312) is known color: Baker's Chocolate. HEX triplet: 53, 33 and 12. RGB value is (83,51,18). Sum of RGB (Red+Green+Blue) = 83+51+18=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #533312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533312 is #ACCCED. Grayscale: #383838. Windows color (decimal): -11324654 or 1192787. OLE color: 1192787.

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

Color convert

RGB 83 51 18 -
CMYK 0 0.39 0.78 0.67
HSL 30.46º 0.64% 0.2% -
HSV(B) 30.46º 0.78% 0.33% -
XYZ 4.86 4.25 1.14 -
YUV 56.81 106.1 146.68 -
System Red Green Blue C M Y K H S L
Decimal 83 51 18 0 0.39 0.78 0.67 30.46 0.64 0.2
Hex 53 33 12 0 27 4E 43 1E 40 14
Octal 123 63 22 0 47 116 103 36 100 24
Binary 1010011 110011 10010 0 100111 1001110 1000011 11110 1000000 10100

Color Harmonies of #533312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533312

Black with #533312

Text Example


Text Example

White with #533312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533312; }

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

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

background-color css

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

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

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

border-color css

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

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

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