Html Css Color HEX #5F3313 Baker's Chocolate

📋 copy color: '#5F3313'

red 95 ◦ green 51 ◦ blue 19

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

Shades of Baker's Chocolate #5F3313

Tints of Baker's Chocolate #5F3313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.91%

 BLUE value IS 19 (7.81% from 255) = 11.52%

R = 57.58%
G = 30.91%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.63

RGB Variations

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

Color information

#5F3313 (or 0x5F3313) is known color: Baker's Chocolate. HEX triplet: 5F, 33 and 13. RGB value is (95,51,19). Sum of RGB (Red+Green+Blue) = 95+51+19=165 (21% of max value = 765). Red value is 95 (37.5% from 255 or 57.58% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F3313 is #A0CCEC. Grayscale: #3C3C3C. Windows color (decimal): -10538221 or 1258335. OLE color: 1258335.

HSL color Cylindrical-coordinate representation of color #5F3313: hue angle of 25.26º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F3313 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 51 19 -
CMYK 0 0.46 0.80 0.63
HSL 25.26º 0.67% 0.22% -
HSV(B) 25.26º 0.8% 0.37% -
XYZ 6.02 4.85 1.23 -
YUV 60.51 104.58 152.6 -
System Red Green Blue C M Y K H S L
Decimal 95 51 19 0 0.46 0.80 0.63 25.26 0.67 0.22
Hex 5F 33 13 0 2E 50 3F 19 43 16
Octal 137 63 23 0 56 120 77 31 103 26
Binary 1011111 110011 10011 0 101110 1010000 111111 11001 1000011 10110

Color Harmonies of #5F3313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3313

Black with #5F3313

Text Example


Text Example

White with #5F3313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,51,19); }

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

background-color css

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

 a { background-color: rgb(95,51,19); }

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

border-color css

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

 span { border-color: rgb(95,51,19); }

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