Html Css Color HEX #754108 Raw Umber

📋 copy color: '#754108'

red 117 ◦ green 65 ◦ blue 8

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

Shades of Raw Umber #754108

Tints of Raw Umber #754108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.21%

R = 61.58%
G = 34.21%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#754108 (or 0x754108) is known color: Raw Umber. HEX triplet: 75, 41 and 08. RGB value is (117,65,8). Sum of RGB (Red+Green+Blue) = 117+65+8=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 8 (3.52% from 255 or 4.21% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #754108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754108 is #8ABEF7. Grayscale: #4A4A4A. Windows color (decimal): -9092856 or 541045. OLE color: 541045.

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

Color convert

RGB 117 65 8 -
CMYK 0 0.44 0.93 0.54
HSL 31.38º 0.87% 0.25% -
HSV(B) 31.38º 0.93% 0.46% -
XYZ 9.27 7.58 1.2 -
YUV 74.05 90.73 158.63 -
System Red Green Blue C M Y K H S L
Decimal 117 65 8 0 0.44 0.93 0.54 31.38 0.87 0.25
Hex 75 41 8 0 2C 5D 36 1F 57 19
Octal 165 101 10 0 54 135 66 37 127 31
Binary 1110101 1000001 1000 0 101100 1011101 110110 11111 1010111 11001

Color Harmonies of #754108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754108

Black with #754108

Text Example


Text Example

White with #754108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754108; }

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

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

background-color css

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

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

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

border-color css

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

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

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