Html Css Color HEX #74410B Raw Umber

📋 copy color: '#74410B'

red 116 ◦ green 65 ◦ blue 11

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

Shades of Raw Umber #74410B

Tints of Raw Umber #74410B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.73%

R = 60.42%
G = 33.85%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#74410B (or 0x74410B) is known color: Raw Umber. HEX triplet: 74, 41 and 0B. RGB value is (116,65,11). Sum of RGB (Red+Green+Blue) = 116+65+11=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #74410B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74410B is #8BBEF4. Grayscale: #4A4A4A. Windows color (decimal): -9158389 or 737652. OLE color: 737652.

HSL color Cylindrical-coordinate representation of color #74410B: hue angle of 30.86º degrees, saturation: 0.83, 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 #74410B is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 65 11 -
CMYK 0 0.44 0.91 0.55
HSL 30.86º 0.83% 0.25% -
HSV(B) 30.86º 0.91% 0.45% -
XYZ 9.15 7.52 1.29 -
YUV 74.09 92.4 157.89 -
System Red Green Blue C M Y K H S L
Decimal 116 65 11 0 0.44 0.91 0.55 30.86 0.83 0.25
Hex 74 41 B 0 2C 5B 37 1F 53 19
Octal 164 101 13 0 54 133 67 37 123 31
Binary 1110100 1000001 1011 0 101100 1011011 110111 11111 1010011 11001

Color Harmonies of #74410B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74410B

Black with #74410B

Text Example


Text Example

White with #74410B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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