Html Css Color HEX #5F331B Baker's Chocolate

📋 copy color: '#5F331B'

red 95 ◦ green 51 ◦ blue 27

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

Shades of Baker's Chocolate #5F331B

Tints of Baker's Chocolate #5F331B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.61%

R = 54.91%
G = 29.48%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.63

RGB Variations

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

Color information

#5F331B (or 0x5F331B) is known color: Baker's Chocolate. HEX triplet: 5F, 33 and 1B. RGB value is (95,51,27). Sum of RGB (Red+Green+Blue) = 95+51+27=173 (22% of max value = 765). Red value is 95 (37.5% from 255 or 54.91% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 95 - color contains mainly: red. Hex color #5F331B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F331B is #A0CCE4. Grayscale: #3D3D3D. Windows color (decimal): -10538213 or 1782623. OLE color: 1782623.

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

Color convert

RGB 95 51 27 -
CMYK 0 0.46 0.72 0.63
HSL 21.18º 0.56% 0.24% -
HSV(B) 21.18º 0.72% 0.37% -
XYZ 6.1 4.88 1.66 -
YUV 61.42 108.58 151.95 -
System Red Green Blue C M Y K H S L
Decimal 95 51 27 0 0.46 0.72 0.63 21.18 0.56 0.24
Hex 5F 33 1B 0 2E 48 3F 15 38 18
Octal 137 63 33 0 56 110 77 25 70 30
Binary 1011111 110011 11011 0 101110 1001000 111111 10101 111000 11000

Color Harmonies of #5F331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F331B

Black with #5F331B

Text Example


Text Example

White with #5F331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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