Html Css Color HEX #74390A Raw Umber

📋 copy color: '#74390A'

red 116 ◦ green 57 ◦ blue 10

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

Shades of Raw Umber #74390A

Tints of Raw Umber #74390A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.15%

 BLUE value IS 10 (4.3% from 255) = 5.46%

R = 63.39%
G = 31.15%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#74390A (or 0x74390A) is known color: Raw Umber. HEX triplet: 74, 39 and 0A. RGB value is (116,57,10). Sum of RGB (Red+Green+Blue) = 116+57+10=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #74390A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74390A is #8BC6F5. Grayscale: #454545. Windows color (decimal): -9160438 or 670068. OLE color: 670068.

HSL color Cylindrical-coordinate representation of color #74390A: hue angle of 26.6º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74390A is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 57 10 -
CMYK 0 0.51 0.91 0.55
HSL 26.6º 0.84% 0.25% -
HSV(B) 26.6º 0.91% 0.45% -
XYZ 8.72 6.66 1.11 -
YUV 69.28 94.55 161.32 -
System Red Green Blue C M Y K H S L
Decimal 116 57 10 0 0.51 0.91 0.55 26.6 0.84 0.25
Hex 74 39 A 0 33 5B 37 1B 54 19
Octal 164 71 12 0 63 133 67 33 124 31
Binary 1110100 111001 1010 0 110011 1011011 110111 11011 1010100 11001

Color Harmonies of #74390A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74390A

Black with #74390A

Text Example


Text Example

White with #74390A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74390A; }

 p { color: rgb(116,57,10); }

 H1.HeaderClassName
 {
   color: #74390A;
 }
 .AnyTagClassName
 {
   color: #74390A;
 }
</style>

background-color css

<style>
 a { background-color: #74390A; }

 a { background-color: rgb(116,57,10); }

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

border-color css

<style>
 span { border-color: #74390A; }

 span { border-color: rgb(116,57,10); }

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