Html Css Color HEX #74550F Raw Umber

📋 copy color: '#74550F'

red 116 ◦ green 85 ◦ blue 15

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

Shades of Raw Umber #74550F

Tints of Raw Umber #74550F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.35%

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

R = 53.7%
G = 39.35%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#74550F (or 0x74550F) is known color: Raw Umber. HEX triplet: 74, 55 and 0F. RGB value is (116,85,15). Sum of RGB (Red+Green+Blue) = 116+85+15=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #74550F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74550F is #8BAAF0. Grayscale: #565656. Windows color (decimal): -9153265 or 1004916. OLE color: 1004916.

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

Color convert

RGB 116 85 15 -
CMYK 0 0.27 0.87 0.55
HSL 41.58º 0.77% 0.26% -
HSV(B) 41.58º 0.87% 0.45% -
XYZ 10.54 10.24 1.87 -
YUV 86.29 87.77 149.19 -
System Red Green Blue C M Y K H S L
Decimal 116 85 15 0 0.27 0.87 0.55 41.58 0.77 0.26
Hex 74 55 F 0 1B 57 37 2A 4D 1A
Octal 164 125 17 0 33 127 67 52 115 32
Binary 1110100 1010101 1111 0 11011 1010111 110111 101010 1001101 11010

Color Harmonies of #74550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74550F

Black with #74550F

Text Example


Text Example

White with #74550F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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