Html Css Color HEX #74440F Raw Umber

📋 copy color: '#74440F'

red 116 ◦ green 68 ◦ blue 15

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

Shades of Raw Umber #74440F

Tints of Raw Umber #74440F

RGB

 RED value IS 116 (45.7% from 255) = 58.29%

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

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

R = 58.29%
G = 34.17%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#74440F (or 0x74440F) is known color: Raw Umber. HEX triplet: 74, 44 and 0F. RGB value is (116,68,15). Sum of RGB (Red+Green+Blue) = 116+68+15=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #74440F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74440F is #8BBBF0. Grayscale: #4C4C4C. Windows color (decimal): -9157617 or 1000564. OLE color: 1000564.

HSL color Cylindrical-coordinate representation of color #74440F: hue angle of 31.49º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74440F is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 68 15 -
CMYK 0 0.41 0.87 0.55
HSL 31.49º 0.77% 0.26% -
HSV(B) 31.49º 0.87% 0.45% -
XYZ 9.36 7.88 1.48 -
YUV 76.31 93.4 156.31 -
System Red Green Blue C M Y K H S L
Decimal 116 68 15 0 0.41 0.87 0.55 31.49 0.77 0.26
Hex 74 44 F 0 29 57 37 1F 4D 1A
Octal 164 104 17 0 51 127 67 37 115 32
Binary 1110100 1000100 1111 0 101001 1010111 110111 11111 1001101 11010

Color Harmonies of #74440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74440F

Black with #74440F

Text Example


Text Example

White with #74440F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74440F; }

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

 H1.HeaderClassName
 {
   color: #74440F;
 }
 .AnyTagClassName
 {
   color: #74440F;
 }
</style>

background-color css

<style>
 a { background-color: #74440F; }

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

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

border-color css

<style>
 span { border-color: #74440F; }

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

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