Html Css Color HEX #754105 Raw Umber

📋 copy color: '#754105'

red 117 ◦ green 65 ◦ blue 5

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

Shades of Raw Umber #754105

Tints of Raw Umber #754105

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.76%

 BLUE value IS 5 (2.34% from 255) = 2.67%

R = 62.57%
G = 34.76%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#754105 (or 0x754105) is known color: Raw Umber. HEX triplet: 75, 41 and 05. RGB value is (117,65,5). Sum of RGB (Red+Green+Blue) = 117+65+5=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #754105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754105 is #8ABEFA. Grayscale: #4A4A4A. Windows color (decimal): -9092859 or 344437. OLE color: 344437.

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

Color convert

RGB 117 65 5 -
CMYK 0 0.44 0.96 0.54
HSL 32.14º 0.92% 0.24% -
HSV(B) 32.14º 0.96% 0.46% -
XYZ 9.25 7.57 1.12 -
YUV 73.71 89.23 158.88 -
System Red Green Blue C M Y K H S L
Decimal 117 65 5 0 0.44 0.96 0.54 32.14 0.92 0.24
Hex 75 41 5 0 2C 60 36 20 5C 18
Octal 165 101 5 0 54 140 66 40 134 30
Binary 1110101 1000001 101 0 101100 1100000 110110 100000 1011100 11000

Color Harmonies of #754105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754105

Black with #754105

Text Example


Text Example

White with #754105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754105; }

 p { color: rgb(117,65,5); }

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

background-color css

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

 a { background-color: rgb(117,65,5); }

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

border-color css

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

 span { border-color: rgb(117,65,5); }

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