Html Css Color HEX #754B12 Raw Umber

📋 copy color: '#754B12'

red 117 ◦ green 75 ◦ blue 18

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

Shades of Raw Umber #754B12

Tints of Raw Umber #754B12

RGB

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

 GREEN value IS 75 (29.69% from 255) = 35.71%

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

R = 55.71%
G = 35.71%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#754B12 (or 0x754B12) is known color: Raw Umber. HEX triplet: 75, 4B and 12. RGB value is (117,75,18). Sum of RGB (Red+Green+Blue) = 117+75+18=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #754B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754B12 is #8AB4ED. Grayscale: #515151. Windows color (decimal): -9090286 or 1198965. OLE color: 1198965.

HSL color Cylindrical-coordinate representation of color #754B12: hue angle of 34.55º 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 #754B12 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 75 18 -
CMYK 0 0.36 0.85 0.54
HSL 34.55º 0.73% 0.26% -
HSV(B) 34.55º 0.85% 0.46% -
XYZ 9.96 8.86 1.76 -
YUV 81.06 92.41 153.63 -
System Red Green Blue C M Y K H S L
Decimal 117 75 18 0 0.36 0.85 0.54 34.55 0.73 0.26
Hex 75 4B 12 0 24 55 36 23 49 1A
Octal 165 113 22 0 44 125 66 43 111 32
Binary 1110101 1001011 10010 0 100100 1010101 110110 100011 1001001 11010

Color Harmonies of #754B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754B12

Black with #754B12

Text Example


Text Example

White with #754B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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