Html Css Color HEX #754315 Raw Umber

📋 copy color: '#754315'

red 117 ◦ green 67 ◦ blue 21

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

Shades of Raw Umber #754315

Tints of Raw Umber #754315

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.68%

 BLUE value IS 21 (8.59% from 255) = 10.24%

R = 57.07%
G = 32.68%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#754315 (or 0x754315) is known color: Raw Umber. HEX triplet: 75, 43 and 15. RGB value is (117,67,21). Sum of RGB (Red+Green+Blue) = 117+67+21=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #754315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754315 is #8ABCEA. Grayscale: #4C4C4C. Windows color (decimal): -9092331 or 1393525. OLE color: 1393525.

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

Color convert

RGB 117 67 21 -
CMYK 0 0.43 0.82 0.54
HSL 28.75º 0.7% 0.27% -
HSV(B) 28.75º 0.82% 0.46% -
XYZ 9.48 7.85 1.73 -
YUV 76.71 96.57 156.74 -
System Red Green Blue C M Y K H S L
Decimal 117 67 21 0 0.43 0.82 0.54 28.75 0.7 0.27
Hex 75 43 15 0 2B 52 36 1D 46 1B
Octal 165 103 25 0 53 122 66 35 106 33
Binary 1110101 1000011 10101 0 101011 1010010 110110 11101 1000110 11011

Color Harmonies of #754315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754315

Black with #754315

Text Example


Text Example

White with #754315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754315; }

 p { color: rgb(117,67,21); }

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

background-color css

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

 a { background-color: rgb(117,67,21); }

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

border-color css

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

 span { border-color: rgb(117,67,21); }

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