Html Css Color HEX #75470C Raw Umber

📋 copy color: '#75470C'

red 117 ◦ green 71 ◦ blue 12

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

Shades of Raw Umber #75470C

Tints of Raw Umber #75470C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.5%

 BLUE value IS 12 (5.08% from 255) = 6%

R = 58.5%
G = 35.5%
B = 6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#75470C (or 0x75470C) is known color: Raw Umber. HEX triplet: 75, 47 and 0C. RGB value is (117,71,12). Sum of RGB (Red+Green+Blue) = 117+71+12=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #75470C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75470C is #8AB8F3. Grayscale: #4E4E4E. Windows color (decimal): -9091316 or 804725. OLE color: 804725.

HSL color Cylindrical-coordinate representation of color #75470C: hue angle of 33.71º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75470C is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 71 12 -
CMYK 0 0.39 0.90 0.54
HSL 33.71º 0.81% 0.25% -
HSV(B) 33.71º 0.9% 0.46% -
XYZ 9.66 8.31 1.44 -
YUV 78.03 90.74 155.8 -
System Red Green Blue C M Y K H S L
Decimal 117 71 12 0 0.39 0.90 0.54 33.71 0.81 0.25
Hex 75 47 C 0 27 5A 36 22 51 19
Octal 165 107 14 0 47 132 66 42 121 31
Binary 1110101 1000111 1100 0 100111 1011010 110110 100010 1010001 11001

Color Harmonies of #75470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75470C

Black with #75470C

Text Example


Text Example

White with #75470C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75470C; }

 p { color: rgb(117,71,12); }

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

background-color css

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

 a { background-color: rgb(117,71,12); }

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

border-color css

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

 span { border-color: rgb(117,71,12); }

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