Html Css Color HEX #5F381B Baker's Chocolate

📋 copy color: '#5F381B'

red 95 ◦ green 56 ◦ blue 27

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

Shades of Baker's Chocolate #5F381B

Tints of Baker's Chocolate #5F381B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.46%

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

R = 53.37%
G = 31.46%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.63

RGB Variations

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

Color information

#5F381B (or 0x5F381B) is known color: Baker's Chocolate. HEX triplet: 5F, 38 and 1B. RGB value is (95,56,27). Sum of RGB (Red+Green+Blue) = 95+56+27=178 (23% of max value = 765). Red value is 95 (37.5% from 255 or 53.37% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 95 - color contains mainly: red. Hex color #5F381B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F381B is #A0C7E4. Grayscale: #404040. Windows color (decimal): -10536933 or 1783903. OLE color: 1783903.

HSL color Cylindrical-coordinate representation of color #5F381B: hue angle of 25.59º 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 #5F381B is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 56 27 -
CMYK 0 0.41 0.72 0.63
HSL 25.59º 0.56% 0.24% -
HSV(B) 25.59º 0.72% 0.37% -
XYZ 6.33 5.34 1.73 -
YUV 64.36 106.92 149.86 -
System Red Green Blue C M Y K H S L
Decimal 95 56 27 0 0.41 0.72 0.63 25.59 0.56 0.24
Hex 5F 38 1B 0 29 48 3F 1A 38 18
Octal 137 70 33 0 51 110 77 32 70 30
Binary 1011111 111000 11011 0 101001 1001000 111111 11010 111000 11000

Color Harmonies of #5F381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F381B

Black with #5F381B

Text Example


Text Example

White with #5F381B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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