Html Css Color HEX #754103 Raw Umber

📋 copy color: '#754103'

red 117 ◦ green 65 ◦ blue 3

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

Shades of Raw Umber #754103

Tints of Raw Umber #754103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.62%

R = 63.24%
G = 35.14%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#754103 (or 0x754103) is known color: Raw Umber. HEX triplet: 75, 41 and 03. RGB value is (117,65,3). Sum of RGB (Red+Green+Blue) = 117+65+3=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #754103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754103 is #8ABEFC. Grayscale: #494949. Windows color (decimal): -9092861 or 213365. OLE color: 213365.

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

Color convert

RGB 117 65 3 -
CMYK 0 0.44 0.97 0.54
HSL 32.63º 0.95% 0.24% -
HSV(B) 32.63º 0.97% 0.46% -
XYZ 9.24 7.57 1.06 -
YUV 73.48 88.23 159.04 -
System Red Green Blue C M Y K H S L
Decimal 117 65 3 0 0.44 0.97 0.54 32.63 0.95 0.24
Hex 75 41 3 0 2C 61 36 21 5F 18
Octal 165 101 3 0 54 141 66 41 137 30
Binary 1110101 1000001 11 0 101100 1100001 110110 100001 1011111 11000

Color Harmonies of #754103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754103

Black with #754103

Text Example


Text Example

White with #754103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754103; }

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

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

background-color css

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

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

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

border-color css

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

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

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