Html Css Color HEX #754212 Raw Umber

📋 copy color: '#754212'

red 117 ◦ green 66 ◦ blue 18

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

Shades of Raw Umber #754212

Tints of Raw Umber #754212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.84%

 BLUE value IS 18 (7.42% from 255) = 8.96%

R = 58.21%
G = 32.84%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#754212 (or 0x754212) is known color: Raw Umber. HEX triplet: 75, 42 and 12. RGB value is (117,66,18). Sum of RGB (Red+Green+Blue) = 117+66+18=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #754212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754212 is #8ABDED. Grayscale: #4C4C4C. Windows color (decimal): -9092590 or 1196661. OLE color: 1196661.

HSL color Cylindrical-coordinate representation of color #754212: hue angle of 29.09º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #754212 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 66 18 -
CMYK 0 0.44 0.85 0.54
HSL 29.09º 0.73% 0.26% -
HSV(B) 29.09º 0.85% 0.46% -
XYZ 9.39 7.72 1.57 -
YUV 75.78 95.4 157.4 -
System Red Green Blue C M Y K H S L
Decimal 117 66 18 0 0.44 0.85 0.54 29.09 0.73 0.26
Hex 75 42 12 0 2C 55 36 1D 49 1A
Octal 165 102 22 0 54 125 66 35 111 32
Binary 1110101 1000010 10010 0 101100 1010101 110110 11101 1001001 11010

Color Harmonies of #754212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754212

Black with #754212

Text Example


Text Example

White with #754212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754212; }

 p { color: rgb(117,66,18); }

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

background-color css

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

 a { background-color: rgb(117,66,18); }

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

border-color css

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

 span { border-color: rgb(117,66,18); }

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