Html Css Color HEX #74410C Raw Umber

📋 copy color: '#74410C'

red 116 ◦ green 65 ◦ blue 12

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

Shades of Raw Umber #74410C

Tints of Raw Umber #74410C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.68%

 BLUE value IS 12 (5.08% from 255) = 6.22%

R = 60.1%
G = 33.68%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#74410C (or 0x74410C) is known color: Raw Umber. HEX triplet: 74, 41 and 0C. RGB value is (116,65,12). Sum of RGB (Red+Green+Blue) = 116+65+12=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #74410C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74410C is #8BBEF3. Grayscale: #4A4A4A. Windows color (decimal): -9158388 or 803188. OLE color: 803188.

HSL color Cylindrical-coordinate representation of color #74410C: hue angle of 30.58º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74410C is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 65 12 -
CMYK 0 0.44 0.90 0.55
HSL 30.58º 0.81% 0.25% -
HSV(B) 30.58º 0.9% 0.45% -
XYZ 9.16 7.52 1.32 -
YUV 74.21 92.9 157.81 -
System Red Green Blue C M Y K H S L
Decimal 116 65 12 0 0.44 0.90 0.55 30.58 0.81 0.25
Hex 74 41 C 0 2C 5A 37 1F 51 19
Octal 164 101 14 0 54 132 67 37 121 31
Binary 1110100 1000001 1100 0 101100 1011010 110111 11111 1010001 11001

Color Harmonies of #74410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74410C

Black with #74410C

Text Example


Text Example

White with #74410C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74410C; }

 p { color: rgb(116,65,12); }

 H1.HeaderClassName
 {
   color: #74410C;
 }
 .AnyTagClassName
 {
   color: #74410C;
 }
</style>

background-color css

<style>
 a { background-color: #74410C; }

 a { background-color: rgb(116,65,12); }

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

border-color css

<style>
 span { border-color: #74410C; }

 span { border-color: rgb(116,65,12); }

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