Html Css Color HEX #53250A Baker's Chocolate

📋 copy color: '#53250A'

red 83 ◦ green 37 ◦ blue 10

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

Shades of Baker's Chocolate #53250A

Tints of Baker's Chocolate #53250A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.69%

R = 63.85%
G = 28.46%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#53250A (or 0x53250A) is known color: Baker's Chocolate. HEX triplet: 53, 25 and 0A. RGB value is (83,37,10). Sum of RGB (Red+Green+Blue) = 83+37+10=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #53250A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53250A is #ACDAF5. Grayscale: #2F2F2F. Windows color (decimal): -11328246 or 664915. OLE color: 664915.

HSL color Cylindrical-coordinate representation of color #53250A: hue angle of 22.19º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53250A is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 37 10 -
CMYK 0 0.55 0.88 0.67
HSL 22.19º 0.78% 0.18% -
HSV(B) 22.19º 0.88% 0.33% -
XYZ 4.28 3.18 0.68 -
YUV 47.68 106.74 153.2 -
System Red Green Blue C M Y K H S L
Decimal 83 37 10 0 0.55 0.88 0.67 22.19 0.78 0.18
Hex 53 25 A 0 37 58 43 16 4E 12
Octal 123 45 12 0 67 130 103 26 116 22
Binary 1010011 100101 1010 0 110111 1011000 1000011 10110 1001110 10010

Color Harmonies of #53250A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53250A

Black with #53250A

Text Example


Text Example

White with #53250A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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