Html Css Color HEX #75430D Raw Umber

📋 copy color: '#75430D'

red 117 ◦ green 67 ◦ blue 13

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

Shades of Raw Umber #75430D

Tints of Raw Umber #75430D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.6%

R = 59.39%
G = 34.01%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#75430D (or 0x75430D) is known color: Raw Umber. HEX triplet: 75, 43 and 0D. RGB value is (117,67,13). Sum of RGB (Red+Green+Blue) = 117+67+13=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #75430D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75430D is #8ABCF2. Grayscale: #4C4C4C. Windows color (decimal): -9092339 or 869237. OLE color: 869237.

HSL color Cylindrical-coordinate representation of color #75430D: hue angle of 31.15º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75430D is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 67 13 -
CMYK 0 0.43 0.89 0.54
HSL 31.15º 0.8% 0.25% -
HSV(B) 31.15º 0.89% 0.46% -
XYZ 9.42 7.83 1.39 -
YUV 75.79 92.57 157.39 -
System Red Green Blue C M Y K H S L
Decimal 117 67 13 0 0.43 0.89 0.54 31.15 0.8 0.25
Hex 75 43 D 0 2B 59 36 1F 50 19
Octal 165 103 15 0 53 131 66 37 120 31
Binary 1110101 1000011 1101 0 101011 1011001 110110 11111 1010000 11001

Color Harmonies of #75430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75430D

Black with #75430D

Text Example


Text Example

White with #75430D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75430D; }

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

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

background-color css

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

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

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

border-color css

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

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

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