Html Css Color HEX #74430E Raw Umber

📋 copy color: '#74430E'

red 116 ◦ green 67 ◦ blue 14

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

Shades of Raw Umber #74430E

Tints of Raw Umber #74430E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.01%

 BLUE value IS 14 (5.86% from 255) = 7.11%

R = 58.88%
G = 34.01%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#74430E (or 0x74430E) is known color: Raw Umber. HEX triplet: 74, 43 and 0E. RGB value is (116,67,14). Sum of RGB (Red+Green+Blue) = 116+67+14=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #74430E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74430E is #8BBCF1. Grayscale: #4B4B4B. Windows color (decimal): -9157874 or 934772. OLE color: 934772.

HSL color Cylindrical-coordinate representation of color #74430E: hue angle of 31.18º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74430E is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 67 14 -
CMYK 0 0.42 0.88 0.55
HSL 31.18º 0.78% 0.25% -
HSV(B) 31.18º 0.88% 0.45% -
XYZ 9.29 7.76 1.42 -
YUV 75.61 93.23 156.81 -
System Red Green Blue C M Y K H S L
Decimal 116 67 14 0 0.42 0.88 0.55 31.18 0.78 0.25
Hex 74 43 E 0 2A 58 37 1F 4E 19
Octal 164 103 16 0 52 130 67 37 116 31
Binary 1110100 1000011 1110 0 101010 1011000 110111 11111 1001110 11001

Color Harmonies of #74430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74430E

Black with #74430E

Text Example


Text Example

White with #74430E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74430E; }

 p { color: rgb(116,67,14); }

 H1.HeaderClassName
 {
   color: #74430E;
 }
 .AnyTagClassName
 {
   color: #74430E;
 }
</style>

background-color css

<style>
 a { background-color: #74430E; }

 a { background-color: rgb(116,67,14); }

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

border-color css

<style>
 span { border-color: #74430E; }

 span { border-color: rgb(116,67,14); }

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