Html Css Color HEX #754614 Raw Umber

📋 copy color: '#754614'

red 117 ◦ green 70 ◦ blue 20

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

Shades of Raw Umber #754614

Tints of Raw Umber #754614

RGB

 RED value IS 117 (46.09% from 255) = 56.52%

 GREEN value IS 70 (27.73% from 255) = 33.82%

 BLUE value IS 20 (8.2% from 255) = 9.66%

R = 56.52%
G = 33.82%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#754614 (or 0x754614) is known color: Raw Umber. HEX triplet: 75, 46 and 14. RGB value is (117,70,20). Sum of RGB (Red+Green+Blue) = 117+70+20=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #754614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754614 is #8AB9EB. Grayscale: #4E4E4E. Windows color (decimal): -9091564 or 1328757. OLE color: 1328757.

HSL color Cylindrical-coordinate representation of color #754614: hue angle of 30.93º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #754614 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 70 20 -
CMYK 0 0.40 0.83 0.54
HSL 30.93º 0.71% 0.27% -
HSV(B) 30.93º 0.83% 0.46% -
XYZ 9.65 8.21 1.74 -
YUV 78.35 95.07 155.57 -
System Red Green Blue C M Y K H S L
Decimal 117 70 20 0 0.40 0.83 0.54 30.93 0.71 0.27
Hex 75 46 14 0 28 53 36 1F 47 1B
Octal 165 106 24 0 50 123 66 37 107 33
Binary 1110101 1000110 10100 0 101000 1010011 110110 11111 1000111 11011

Color Harmonies of #754614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754614

Black with #754614

Text Example


Text Example

White with #754614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754614; }

 p { color: rgb(117,70,20); }

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

background-color css

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

 a { background-color: rgb(117,70,20); }

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

border-color css

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

 span { border-color: rgb(117,70,20); }

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