Html Css Color HEX #53350E Baker's Chocolate

📋 copy color: '#53350E'

red 83 ◦ green 53 ◦ blue 14

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

Shades of Baker's Chocolate #53350E

Tints of Baker's Chocolate #53350E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.33%

R = 55.33%
G = 35.33%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#53350E (or 0x53350E) is known color: Baker's Chocolate. HEX triplet: 53, 35 and 0E. RGB value is (83,53,14). Sum of RGB (Red+Green+Blue) = 83+53+14=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 14 (5.86% from 255 or 9.33% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #53350E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53350E is #ACCAF1. Grayscale: #393939. Windows color (decimal): -11324146 or 931155. OLE color: 931155.

HSL color Cylindrical-coordinate representation of color #53350E: hue angle of 33.91º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #53350E is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 53 14 -
CMYK 0 0.36 0.83 0.67
HSL 33.91º 0.71% 0.19% -
HSV(B) 33.91º 0.83% 0.33% -
XYZ 4.92 4.42 1.01 -
YUV 57.52 103.44 146.17 -
System Red Green Blue C M Y K H S L
Decimal 83 53 14 0 0.36 0.83 0.67 33.91 0.71 0.19
Hex 53 35 E 0 24 53 43 22 47 13
Octal 123 65 16 0 44 123 103 42 107 23
Binary 1010011 110101 1110 0 100100 1010011 1000011 100010 1000111 10011

Color Harmonies of #53350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53350E

Black with #53350E

Text Example


Text Example

White with #53350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53350E; }

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

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

background-color css

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

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

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

border-color css

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

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

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