Html Css Color HEX #5F2B05 Baker's Chocolate

📋 copy color: '#5F2B05'

red 95 ◦ green 43 ◦ blue 5

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

Shades of Baker's Chocolate #5F2B05

Tints of Baker's Chocolate #5F2B05

RGB

 RED value IS 95 (37.5% from 255) = 66.43%

 GREEN value IS 43 (17.19% from 255) = 30.07%

 BLUE value IS 5 (2.34% from 255) = 3.5%

R = 66.43%
G = 30.07%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.63

RGB Variations

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

Color information

#5F2B05 (or 0x5F2B05) is known color: Baker's Chocolate. HEX triplet: 5F, 2B and 05. RGB value is (95,43,5). Sum of RGB (Red+Green+Blue) = 95+43+5=143 (18% of max value = 765). Red value is 95 (37.5% from 255 or 66.43% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F2B05 is #A0D4FA. Grayscale: #363636. Windows color (decimal): -10540283 or 338783. OLE color: 338783.

HSL color Cylindrical-coordinate representation of color #5F2B05: hue angle of 25.33º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F2B05 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 43 5 -
CMYK 0 0.55 0.95 0.63
HSL 25.33º 0.9% 0.2% -
HSV(B) 25.33º 0.95% 0.37% -
XYZ 5.61 4.17 0.65 -
YUV 54.22 100.23 157.09 -
System Red Green Blue C M Y K H S L
Decimal 95 43 5 0 0.55 0.95 0.63 25.33 0.9 0.2
Hex 5F 2B 5 0 37 5F 3F 19 5A 14
Octal 137 53 5 0 67 137 77 31 132 24
Binary 1011111 101011 101 0 110111 1011111 111111 11001 1011010 10100

Color Harmonies of #5F2B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2B05

Black with #5F2B05

Text Example


Text Example

White with #5F2B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F2B05; }

 p { color: rgb(95,43,5); }

 H1.HeaderClassName
 {
   color: #5F2B05;
 }
 .AnyTagClassName
 {
   color: #5F2B05;
 }
</style>

background-color css

<style>
 a { background-color: #5F2B05; }

 a { background-color: rgb(95,43,5); }

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

border-color css

<style>
 span { border-color: #5F2B05; }

 span { border-color: rgb(95,43,5); }

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