Html Css Color HEX #5F453D Very Dark Brown

📋 copy color: '#5F453D'

red 95 ◦ green 69 ◦ blue 61

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

Shades of Very Dark Brown #5F453D

Tints of Very Dark Brown #5F453D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.67%

 BLUE value IS 61 (24.22% from 255) = 27.11%

R = 42.22%
G = 30.67%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.63

RGB Variations

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

Color information

#5F453D (or 0x5F453D) is known color: Very Dark Brown. HEX triplet: 5F, 45 and 3D. RGB value is (95,69,61). Sum of RGB (Red+Green+Blue) = 95+69+61=225 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.22% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 95 - color contains mainly: red. Hex color #5F453D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F453D is #A0BAC2. Grayscale: #4B4B4B. Windows color (decimal): -10533571 or 4015455. OLE color: 4015455.

HSL color Cylindrical-coordinate representation of color #5F453D: hue angle of 14.12º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F453D is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 69 61 -
CMYK 0 0.27 0.36 0.63
HSL 14.12º 0.22% 0.31% -
HSV(B) 14.12º 0.36% 0.37% -
XYZ 7.69 7.03 5.37 -
YUV 75.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 95 69 61 0 0.27 0.36 0.63 14.12 0.22 0.31
Hex 5F 45 3D 0 1B 24 3F E 16 1F
Octal 137 105 75 0 33 44 77 16 26 37
Binary 1011111 1000101 111101 0 11011 100100 111111 1110 10110 11111

Color Harmonies of #5F453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F453D

Black with #5F453D

Text Example


Text Example

White with #5F453D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,69,61); }

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

background-color css

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

 a { background-color: rgb(95,69,61); }

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

border-color css

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

 span { border-color: rgb(95,69,61); }

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