Html Css Color HEX #56250B Baker's Chocolate

📋 copy color: '#56250B'

red 86 ◦ green 37 ◦ blue 11

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

Shades of Baker's Chocolate #56250B

Tints of Baker's Chocolate #56250B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.21%

R = 64.18%
G = 27.61%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#56250B (or 0x56250B) is known color: Baker's Chocolate. HEX triplet: 56, 25 and 0B. RGB value is (86,37,11). Sum of RGB (Red+Green+Blue) = 86+37+11=134 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.18% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 86 - color contains mainly: red. Hex color #56250B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56250B is #A9DAF4. Grayscale: #303030. Windows color (decimal): -11131637 or 730454. OLE color: 730454.

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

Color convert

RGB 86 37 11 -
CMYK 0 0.57 0.87 0.66
HSL 20.8º 0.77% 0.19% -
HSV(B) 20.8º 0.87% 0.34% -
XYZ 4.56 3.33 0.72 -
YUV 48.69 106.73 154.61 -
System Red Green Blue C M Y K H S L
Decimal 86 37 11 0 0.57 0.87 0.66 20.8 0.77 0.19
Hex 56 25 B 0 39 57 42 15 4D 13
Octal 126 45 13 0 71 127 102 25 115 23
Binary 1010110 100101 1011 0 111001 1010111 1000010 10101 1001101 10011

Color Harmonies of #56250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56250B

Black with #56250B

Text Example


Text Example

White with #56250B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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