Html Css Color HEX #5F440F Raw Umber

📋 copy color: '#5F440F'

red 95 ◦ green 68 ◦ blue 15

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

Shades of Raw Umber #5F440F

Tints of Raw Umber #5F440F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.2%

 BLUE value IS 15 (6.25% from 255) = 8.43%

R = 53.37%
G = 38.2%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.63

RGB Variations

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

Color information

#5F440F (or 0x5F440F) is known color: Raw Umber. HEX triplet: 5F, 44 and 0F. RGB value is (95,68,15). Sum of RGB (Red+Green+Blue) = 95+68+15=178 (23% of max value = 765). Red value is 95 (37.5% from 255 or 53.37% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 95 - color contains mainly: red. Hex color #5F440F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F440F is #A0BBF0. Grayscale: #464646. Windows color (decimal): -10533873 or 1000543. OLE color: 1000543.

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

Color convert

RGB 95 68 15 -
CMYK 0 0.28 0.84 0.63
HSL 39.75º 0.73% 0.22% -
HSV(B) 39.75º 0.84% 0.37% -
XYZ 6.87 6.6 1.36 -
YUV 70.03 96.95 145.81 -
System Red Green Blue C M Y K H S L
Decimal 95 68 15 0 0.28 0.84 0.63 39.75 0.73 0.22
Hex 5F 44 F 0 1C 54 3F 28 49 16
Octal 137 104 17 0 34 124 77 50 111 26
Binary 1011111 1000100 1111 0 11100 1010100 111111 101000 1001001 10110

Color Harmonies of #5F440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F440F

Black with #5F440F

Text Example


Text Example

White with #5F440F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,68,15); }

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

background-color css

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

 a { background-color: rgb(95,68,15); }

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

border-color css

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

 span { border-color: rgb(95,68,15); }

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