Html Css Color HEX #55260F Baker's Chocolate

📋 copy color: '#55260F'

red 85 ◦ green 38 ◦ blue 15

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

Shades of Baker's Chocolate #55260F

Tints of Baker's Chocolate #55260F

RGB

 RED value IS 85 (33.59% from 255) = 61.59%

 GREEN value IS 38 (15.23% from 255) = 27.54%

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

R = 61.59%
G = 27.54%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#55260F (or 0x55260F) is known color: Baker's Chocolate. HEX triplet: 55, 26 and 0F. RGB value is (85,38,15). Sum of RGB (Red+Green+Blue) = 85+38+15=138 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.59% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 85 - color contains mainly: red. Hex color #55260F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55260F is #AAD9F0. Grayscale: #313131. Windows color (decimal): -11196913 or 992853. OLE color: 992853.

HSL color Cylindrical-coordinate representation of color #55260F: hue angle of 19.71º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55260F is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 38 15 -
CMYK 0 0.55 0.82 0.67
HSL 19.71º 0.7% 0.2% -
HSV(B) 19.71º 0.82% 0.33% -
XYZ 4.53 3.35 0.86 -
YUV 49.43 108.57 153.37 -
System Red Green Blue C M Y K H S L
Decimal 85 38 15 0 0.55 0.82 0.67 19.71 0.7 0.2
Hex 55 26 F 0 37 52 43 14 46 14
Octal 125 46 17 0 67 122 103 24 106 24
Binary 1010101 100110 1111 0 110111 1010010 1000011 10100 1000110 10100

Color Harmonies of #55260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55260F

Black with #55260F

Text Example


Text Example

White with #55260F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,38,15); }

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

background-color css

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

 a { background-color: rgb(85,38,15); }

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

border-color css

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

 span { border-color: rgb(85,38,15); }

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