Html Css Color HEX #53370F Baker's Chocolate

📋 copy color: '#53370F'

red 83 ◦ green 55 ◦ blue 15

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

Shades of Baker's Chocolate #53370F

Tints of Baker's Chocolate #53370F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.95%

 BLUE value IS 15 (6.25% from 255) = 9.8%

R = 54.25%
G = 35.95%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#53370F (or 0x53370F) is known color: Baker's Chocolate. HEX triplet: 53, 37 and 0F. RGB value is (83,55,15). Sum of RGB (Red+Green+Blue) = 83+55+15=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #53370F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53370F is #ACC8F0. Grayscale: #3A3A3A. Windows color (decimal): -11323633 or 997203. OLE color: 997203.

HSL color Cylindrical-coordinate representation of color #53370F: hue angle of 35.29º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #53370F is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 55 15 -
CMYK 0 0.34 0.82 0.67
HSL 35.29º 0.69% 0.19% -
HSV(B) 35.29º 0.82% 0.33% -
XYZ 5.02 4.61 1.08 -
YUV 58.81 103.28 145.25 -
System Red Green Blue C M Y K H S L
Decimal 83 55 15 0 0.34 0.82 0.67 35.29 0.69 0.19
Hex 53 37 F 0 22 52 43 23 45 13
Octal 123 67 17 0 42 122 103 43 105 23
Binary 1010011 110111 1111 0 100010 1010010 1000011 100011 1000101 10011

Color Harmonies of #53370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53370F

Black with #53370F

Text Example


Text Example

White with #53370F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53370F; }

 p { color: rgb(83,55,15); }

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

background-color css

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

 a { background-color: rgb(83,55,15); }

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

border-color css

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

 span { border-color: rgb(83,55,15); }

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