Html Css Color HEX #74520F Raw Umber

📋 copy color: '#74520F'

red 116 ◦ green 82 ◦ blue 15

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

Shades of Raw Umber #74520F

Tints of Raw Umber #74520F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.5%

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

R = 54.46%
G = 38.5%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#74520F (or 0x74520F) is known color: Raw Umber. HEX triplet: 74, 52 and 0F. RGB value is (116,82,15). Sum of RGB (Red+Green+Blue) = 116+82+15=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #74520F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74520F is #8BADF0. Grayscale: #545454. Windows color (decimal): -9154033 or 1004148. OLE color: 1004148.

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

Color convert

RGB 116 82 15 -
CMYK 0 0.29 0.87 0.55
HSL 39.8º 0.77% 0.26% -
HSV(B) 39.8º 0.87% 0.45% -
XYZ 10.31 9.78 1.8 -
YUV 84.53 88.76 150.45 -
System Red Green Blue C M Y K H S L
Decimal 116 82 15 0 0.29 0.87 0.55 39.8 0.77 0.26
Hex 74 52 F 0 1D 57 37 28 4D 1A
Octal 164 122 17 0 35 127 67 50 115 32
Binary 1110100 1010010 1111 0 11101 1010111 110111 101000 1001101 11010

Color Harmonies of #74520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74520F

Black with #74520F

Text Example


Text Example

White with #74520F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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