Html Css Color HEX #74450F Raw Umber

📋 copy color: '#74450F'

red 116 ◦ green 69 ◦ blue 15

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

Shades of Raw Umber #74450F

Tints of Raw Umber #74450F

RGB

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

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

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

R = 58%
G = 34.5%
B = 7.5%

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

#74450F (or 0x74450F) is known color: Raw Umber. HEX triplet: 74, 45 and 0F. RGB value is (116,69,15). Sum of RGB (Red+Green+Blue) = 116+69+15=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #74450F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74450F is #8BBAF0. Grayscale: #4D4D4D. Windows color (decimal): -9157361 or 1000820. OLE color: 1000820.

HSL color Cylindrical-coordinate representation of color #74450F: hue angle of 32.08º 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 #74450F is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 69 15 -
CMYK 0 0.41 0.87 0.55
HSL 32.08º 0.77% 0.26% -
HSV(B) 32.08º 0.87% 0.45% -
XYZ 9.42 8 1.5 -
YUV 76.9 93.07 155.89 -
System Red Green Blue C M Y K H S L
Decimal 116 69 15 0 0.41 0.87 0.55 32.08 0.77 0.26
Hex 74 45 F 0 29 57 37 20 4D 1A
Octal 164 105 17 0 51 127 67 40 115 32
Binary 1110100 1000101 1111 0 101001 1010111 110111 100000 1001101 11010

Color Harmonies of #74450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74450F

Black with #74450F

Text Example


Text Example

White with #74450F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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