Html Css Color HEX #74450B Raw Umber

📋 copy color: '#74450B'

red 116 ◦ green 69 ◦ blue 11

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

Shades of Raw Umber #74450B

Tints of Raw Umber #74450B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.2%

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

R = 59.18%
G = 35.2%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#74450B (or 0x74450B) is known color: Raw Umber. HEX triplet: 74, 45 and 0B. RGB value is (116,69,11). Sum of RGB (Red+Green+Blue) = 116+69+11=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 11 (4.69% from 255 or 5.61% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #74450B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74450B is #8BBAF4. Grayscale: #4C4C4C. Windows color (decimal): -9157365 or 738676. OLE color: 738676.

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

Color convert

RGB 116 69 11 -
CMYK 0 0.41 0.91 0.55
HSL 33.14º 0.83% 0.25% -
HSV(B) 33.14º 0.91% 0.45% -
XYZ 9.39 7.99 1.36 -
YUV 76.44 91.07 156.22 -
System Red Green Blue C M Y K H S L
Decimal 116 69 11 0 0.41 0.91 0.55 33.14 0.83 0.25
Hex 74 45 B 0 29 5B 37 21 53 19
Octal 164 105 13 0 51 133 67 41 123 31
Binary 1110100 1000101 1011 0 101001 1011011 110111 100001 1010011 11001

Color Harmonies of #74450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74450B

Black with #74450B

Text Example


Text Example

White with #74450B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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