Html Css Color HEX #74530F Raw Umber

📋 copy color: '#74530F'

red 116 ◦ green 83 ◦ blue 15

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

Shades of Raw Umber #74530F

Tints of Raw Umber #74530F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.79%

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

R = 54.21%
G = 38.79%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#74530F (or 0x74530F) is known color: Raw Umber. HEX triplet: 74, 53 and 0F. RGB value is (116,83,15). Sum of RGB (Red+Green+Blue) = 116+83+15=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #74530F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74530F is #8BACF0. Grayscale: #555555. Windows color (decimal): -9153777 or 1004404. OLE color: 1004404.

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

Color convert

RGB 116 83 15 -
CMYK 0 0.28 0.87 0.55
HSL 40.4º 0.77% 0.26% -
HSV(B) 40.4º 0.87% 0.45% -
XYZ 10.38 9.93 1.82 -
YUV 85.12 88.43 150.03 -
System Red Green Blue C M Y K H S L
Decimal 116 83 15 0 0.28 0.87 0.55 40.4 0.77 0.26
Hex 74 53 F 0 1C 57 37 28 4D 1A
Octal 164 123 17 0 34 127 67 50 115 32
Binary 1110100 1010011 1111 0 11100 1010111 110111 101000 1001101 11010

Color Harmonies of #74530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74530F

Black with #74530F

Text Example


Text Example

White with #74530F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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