Html Css Color HEX #551F02 Baker's Chocolate

📋 copy color: '#551F02'

red 85 ◦ green 31 ◦ blue 2

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

Shades of Baker's Chocolate #551F02

Tints of Baker's Chocolate #551F02

RGB

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

 GREEN value IS 31 (12.5% from 255) = 26.27%

 BLUE value IS 2 (1.17% from 255) = 1.69%

R = 72.03%
G = 26.27%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#551F02 (or 0x551F02) is known color: Baker's Chocolate. HEX triplet: 55, 1F and 02. RGB value is (85,31,2). Sum of RGB (Red+Green+Blue) = 85+31+2=118 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.03% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 85 - color contains mainly: red. Hex color #551F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551F02 is #AAE0FD. Grayscale: #2C2C2C. Windows color (decimal): -11198718 or 139093. OLE color: 139093.

HSL color Cylindrical-coordinate representation of color #551F02: hue angle of 20.96º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #551F02 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 31 2 -
CMYK 0 0.64 0.98 0.67
HSL 20.96º 0.95% 0.17% -
HSV(B) 20.96º 0.98% 0.33% -
XYZ 4.25 2.92 0.4 -
YUV 43.84 104.39 157.36 -
System Red Green Blue C M Y K H S L
Decimal 85 31 2 0 0.64 0.98 0.67 20.96 0.95 0.17
Hex 55 1F 2 0 40 62 43 15 5F 11
Octal 125 37 2 0 100 142 103 25 137 21
Binary 1010101 11111 10 0 1000000 1100010 1000011 10101 1011111 10001

Color Harmonies of #551F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551F02

Black with #551F02

Text Example


Text Example

White with #551F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551F02; }

 p { color: rgb(85,31,2); }

 H1.HeaderClassName
 {
   color: #551F02;
 }
 .AnyTagClassName
 {
   color: #551F02;
 }
</style>

background-color css

<style>
 a { background-color: #551F02; }

 a { background-color: rgb(85,31,2); }

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

border-color css

<style>
 span { border-color: #551F02; }

 span { border-color: rgb(85,31,2); }

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