Html Css Color HEX #53330B Baker's Chocolate

📋 copy color: '#53330B'

red 83 ◦ green 51 ◦ blue 11

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

Shades of Baker's Chocolate #53330B

Tints of Baker's Chocolate #53330B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.59%

R = 57.24%
G = 35.17%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#53330B (or 0x53330B) is known color: Baker's Chocolate. HEX triplet: 53, 33 and 0B. RGB value is (83,51,11). Sum of RGB (Red+Green+Blue) = 83+51+11=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #53330B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53330B is #ACCCF4. Grayscale: #383838. Windows color (decimal): -11324661 or 734035. OLE color: 734035.

HSL color Cylindrical-coordinate representation of color #53330B: hue angle of 33.33º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53330B is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 51 11 -
CMYK 0 0.39 0.87 0.67
HSL 33.33º 0.77% 0.18% -
HSV(B) 33.33º 0.87% 0.33% -
XYZ 4.81 4.23 0.88 -
YUV 56.01 102.6 147.25 -
System Red Green Blue C M Y K H S L
Decimal 83 51 11 0 0.39 0.87 0.67 33.33 0.77 0.18
Hex 53 33 B 0 27 57 43 21 4D 12
Octal 123 63 13 0 47 127 103 41 115 22
Binary 1010011 110011 1011 0 100111 1010111 1000011 100001 1001101 10010

Color Harmonies of #53330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53330B

Black with #53330B

Text Example


Text Example

White with #53330B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53330B; }

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

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

background-color css

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

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

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

border-color css

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

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

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