Html Css Color HEX #53270E Baker's Chocolate

📋 copy color: '#53270E'

red 83 ◦ green 39 ◦ blue 14

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

Shades of Baker's Chocolate #53270E

Tints of Baker's Chocolate #53270E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.68%

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

R = 61.03%
G = 28.68%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#53270E (or 0x53270E) is known color: Baker's Chocolate. HEX triplet: 53, 27 and 0E. RGB value is (83,39,14). Sum of RGB (Red+Green+Blue) = 83+39+14=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 14 (5.86% from 255 or 10.29% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #53270E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53270E is #ACD8F1. Grayscale: #313131. Windows color (decimal): -11327730 or 927571. OLE color: 927571.

HSL color Cylindrical-coordinate representation of color #53270E: hue angle of 21.74º 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 #53270E is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 39 14 -
CMYK 0 0.53 0.83 0.67
HSL 21.74º 0.71% 0.19% -
HSV(B) 21.74º 0.83% 0.33% -
XYZ 4.37 3.32 0.83 -
YUV 49.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 83 39 14 0 0.53 0.83 0.67 21.74 0.71 0.19
Hex 53 27 E 0 35 53 43 16 47 13
Octal 123 47 16 0 65 123 103 26 107 23
Binary 1010011 100111 1110 0 110101 1010011 1000011 10110 1000111 10011

Color Harmonies of #53270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53270E

Black with #53270E

Text Example


Text Example

White with #53270E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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