Html Css Color HEX #53250E Baker's Chocolate

📋 copy color: '#53250E'

red 83 ◦ green 37 ◦ blue 14

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

Shades of Baker's Chocolate #53250E

Tints of Baker's Chocolate #53250E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.61%

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

R = 61.94%
G = 27.61%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#53250E (or 0x53250E) is known color: Baker's Chocolate. HEX triplet: 53, 25 and 0E. RGB value is (83,37,14). Sum of RGB (Red+Green+Blue) = 83+37+14=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 14 (5.86% from 255 or 10.45% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #53250E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53250E is #ACDAF1. Grayscale: #303030. Windows color (decimal): -11328242 or 927059. OLE color: 927059.

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

Color convert

RGB 83 37 14 -
CMYK 0 0.55 0.83 0.67
HSL 20º 0.71% 0.19% -
HSV(B) 20º 0.83% 0.33% -
XYZ 4.31 3.19 0.8 -
YUV 48.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 83 37 14 0 0.55 0.83 0.67 20 0.71 0.19
Hex 53 25 E 0 37 53 43 14 47 13
Octal 123 45 16 0 67 123 103 24 107 23
Binary 1010011 100101 1110 0 110111 1010011 1000011 10100 1000111 10011

Color Harmonies of #53250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53250E

Black with #53250E

Text Example


Text Example

White with #53250E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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