Html Css Color HEX #74510B Raw Umber

📋 copy color: '#74510B'

red 116 ◦ green 81 ◦ blue 11

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

Shades of Raw Umber #74510B

Tints of Raw Umber #74510B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.94%

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

R = 55.77%
G = 38.94%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#74510B (or 0x74510B) is known color: Raw Umber. HEX triplet: 74, 51 and 0B. RGB value is (116,81,11). Sum of RGB (Red+Green+Blue) = 116+81+11=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #74510B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74510B is #8BAEF4. Grayscale: #535353. Windows color (decimal): -9154293 or 741748. OLE color: 741748.

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

Color convert

RGB 116 81 11 -
CMYK 0 0.30 0.91 0.55
HSL 40º 0.83% 0.25% -
HSV(B) 40º 0.91% 0.45% -
XYZ 10.21 9.62 1.64 -
YUV 83.49 87.1 151.19 -
System Red Green Blue C M Y K H S L
Decimal 116 81 11 0 0.30 0.91 0.55 40 0.83 0.25
Hex 74 51 B 0 1E 5B 37 28 53 19
Octal 164 121 13 0 36 133 67 50 123 31
Binary 1110100 1010001 1011 0 11110 1011011 110111 101000 1010011 11001

Color Harmonies of #74510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74510B

Black with #74510B

Text Example


Text Example

White with #74510B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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