Html Css Color HEX #56290F Baker's Chocolate

📋 copy color: '#56290F'

red 86 ◦ green 41 ◦ blue 15

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

Shades of Baker's Chocolate #56290F

Tints of Baker's Chocolate #56290F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.87%

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

R = 60.56%
G = 28.87%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#56290F (or 0x56290F) is known color: Baker's Chocolate. HEX triplet: 56, 29 and 0F. RGB value is (86,41,15). Sum of RGB (Red+Green+Blue) = 86+41+15=142 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.56% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 86 - color contains mainly: red. Hex color #56290F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56290F is #A9D6F0. Grayscale: #333333. Windows color (decimal): -11130609 or 993622. OLE color: 993622.

HSL color Cylindrical-coordinate representation of color #56290F: hue angle of 21.97º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #56290F is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 41 15 -
CMYK 0 0.52 0.83 0.66
HSL 21.97º 0.7% 0.2% -
HSV(B) 21.97º 0.83% 0.34% -
XYZ 4.72 3.6 0.9 -
YUV 51.49 107.41 152.61 -
System Red Green Blue C M Y K H S L
Decimal 86 41 15 0 0.52 0.83 0.66 21.97 0.7 0.2
Hex 56 29 F 0 34 53 42 16 46 14
Octal 126 51 17 0 64 123 102 26 106 24
Binary 1010110 101001 1111 0 110100 1010011 1000010 10110 1000110 10100

Color Harmonies of #56290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56290F

Black with #56290F

Text Example


Text Example

White with #56290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,41,15); }

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

background-color css

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

 a { background-color: rgb(86,41,15); }

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

border-color css

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

 span { border-color: rgb(86,41,15); }

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