Html Css Color HEX #56250A Baker's Chocolate

📋 copy color: '#56250A'

red 86 ◦ green 37 ◦ blue 10

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

Shades of Baker's Chocolate #56250A

Tints of Baker's Chocolate #56250A

RGB

 RED value IS 86 (33.98% from 255) = 64.66%

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

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

R = 64.66%
G = 27.82%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.66

RGB Variations

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

Color information

#56250A (or 0x56250A) is known color: Baker's Chocolate. HEX triplet: 56, 25 and 0A. RGB value is (86,37,10). Sum of RGB (Red+Green+Blue) = 86+37+10=133 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.66% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 86 - color contains mainly: red. Hex color #56250A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56250A is #A9DAF5. Grayscale: #303030. Windows color (decimal): -11131638 or 664918. OLE color: 664918.

HSL color Cylindrical-coordinate representation of color #56250A: hue angle of 21.32º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #56250A is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 37 10 -
CMYK 0 0.57 0.88 0.66
HSL 21.32º 0.79% 0.19% -
HSV(B) 21.32º 0.88% 0.34% -
XYZ 4.55 3.32 0.69 -
YUV 48.57 106.23 154.7 -
System Red Green Blue C M Y K H S L
Decimal 86 37 10 0 0.57 0.88 0.66 21.32 0.79 0.19
Hex 56 25 A 0 39 58 42 15 4F 13
Octal 126 45 12 0 71 130 102 25 117 23
Binary 1010110 100101 1010 0 111001 1011000 1000010 10101 1001111 10011

Color Harmonies of #56250A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56250A

Black with #56250A

Text Example


Text Example

White with #56250A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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