Html Css Color HEX #5F341C Baker's Chocolate

📋 copy color: '#5F341C'

red 95 ◦ green 52 ◦ blue 28

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

Shades of Baker's Chocolate #5F341C

Tints of Baker's Chocolate #5F341C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.71%

 BLUE value IS 28 (11.33% from 255) = 16%

R = 54.29%
G = 29.71%
B = 16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.63

RGB Variations

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

Color information

#5F341C (or 0x5F341C) is known color: Baker's Chocolate. HEX triplet: 5F, 34 and 1C. RGB value is (95,52,28). Sum of RGB (Red+Green+Blue) = 95+52+28=175 (23% of max value = 765). Red value is 95 (37.5% from 255 or 54.29% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 95 - color contains mainly: red. Hex color #5F341C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F341C is #A0CBE3. Grayscale: #3E3E3E. Windows color (decimal): -10537956 or 1848415. OLE color: 1848415.

HSL color Cylindrical-coordinate representation of color #5F341C: hue angle of 21.49º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5F341C is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 52 28 -
CMYK 0 0.45 0.71 0.63
HSL 21.49º 0.54% 0.24% -
HSV(B) 21.49º 0.71% 0.37% -
XYZ 6.16 4.97 1.73 -
YUV 62.12 108.75 151.45 -
System Red Green Blue C M Y K H S L
Decimal 95 52 28 0 0.45 0.71 0.63 21.49 0.54 0.24
Hex 5F 34 1C 0 2D 47 3F 15 36 18
Octal 137 64 34 0 55 107 77 25 66 30
Binary 1011111 110100 11100 0 101101 1000111 111111 10101 110110 11000

Color Harmonies of #5F341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F341C

Black with #5F341C

Text Example


Text Example

White with #5F341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,52,28); }

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

background-color css

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

 a { background-color: rgb(95,52,28); }

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

border-color css

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

 span { border-color: rgb(95,52,28); }

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