Html Css Color HEX #745308 Raw Umber

📋 copy color: '#745308'

red 116 ◦ green 83 ◦ blue 8

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

Shades of Raw Umber #745308

Tints of Raw Umber #745308

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.1%

 BLUE value IS 8 (3.52% from 255) = 3.86%

R = 56.04%
G = 40.1%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#745308 (or 0x745308) is known color: Raw Umber. HEX triplet: 74, 53 and 08. RGB value is (116,83,8). Sum of RGB (Red+Green+Blue) = 116+83+8=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 8 (3.52% from 255 or 3.86% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #745308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745308 is #8BACF7. Grayscale: #545454. Windows color (decimal): -9153784 or 545652. OLE color: 545652.

HSL color Cylindrical-coordinate representation of color #745308: hue angle of 41.67º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #745308 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 83 8 -
CMYK 0 0.28 0.93 0.55
HSL 41.67º 0.87% 0.24% -
HSV(B) 41.67º 0.93% 0.45% -
XYZ 10.34 9.92 1.6 -
YUV 84.32 84.93 150.6 -
System Red Green Blue C M Y K H S L
Decimal 116 83 8 0 0.28 0.93 0.55 41.67 0.87 0.24
Hex 74 53 8 0 1C 5D 37 2A 57 18
Octal 164 123 10 0 34 135 67 52 127 30
Binary 1110100 1010011 1000 0 11100 1011101 110111 101010 1010111 11000

Color Harmonies of #745308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745308

Black with #745308

Text Example


Text Example

White with #745308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745308; }

 p { color: rgb(116,83,8); }

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

background-color css

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

 a { background-color: rgb(116,83,8); }

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

border-color css

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

 span { border-color: rgb(116,83,8); }

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