Html Css Color HEX #53270F Baker's Chocolate

📋 copy color: '#53270F'

red 83 ◦ green 39 ◦ blue 15

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

Shades of Baker's Chocolate #53270F

Tints of Baker's Chocolate #53270F

RGB

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

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

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

R = 60.58%
G = 28.47%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#53270F (or 0x53270F) is known color: Baker's Chocolate. HEX triplet: 53, 27 and 0F. RGB value is (83,39,15). Sum of RGB (Red+Green+Blue) = 83+39+15=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #53270F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53270F is #ACD8F0. Grayscale: #313131. Windows color (decimal): -11327729 or 993107. OLE color: 993107.

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

Color convert

RGB 83 39 15 -
CMYK 0 0.53 0.82 0.67
HSL 21.18º 0.69% 0.19% -
HSV(B) 21.18º 0.82% 0.33% -
XYZ 4.38 3.32 0.86 -
YUV 49.42 108.58 151.95 -
System Red Green Blue C M Y K H S L
Decimal 83 39 15 0 0.53 0.82 0.67 21.18 0.69 0.19
Hex 53 27 F 0 35 52 43 15 45 13
Octal 123 47 17 0 65 122 103 25 105 23
Binary 1010011 100111 1111 0 110101 1010010 1000011 10101 1000101 10011

Color Harmonies of #53270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53270F

Black with #53270F

Text Example


Text Example

White with #53270F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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