Html Css Color HEX #75430A Raw Umber

📋 copy color: '#75430A'

red 117 ◦ green 67 ◦ blue 10

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

Shades of Raw Umber #75430A

Tints of Raw Umber #75430A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.15%

R = 60.31%
G = 34.54%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#75430A (or 0x75430A) is known color: Raw Umber. HEX triplet: 75, 43 and 0A. RGB value is (117,67,10). Sum of RGB (Red+Green+Blue) = 117+67+10=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #75430A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75430A is #8ABCF5. Grayscale: #4B4B4B. Windows color (decimal): -9092342 or 672629. OLE color: 672629.

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

Color convert

RGB 117 67 10 -
CMYK 0 0.43 0.91 0.54
HSL 31.96º 0.84% 0.25% -
HSV(B) 31.96º 0.91% 0.46% -
XYZ 9.4 7.82 1.3 -
YUV 75.45 91.07 157.63 -
System Red Green Blue C M Y K H S L
Decimal 117 67 10 0 0.43 0.91 0.54 31.96 0.84 0.25
Hex 75 43 A 0 2B 5B 36 20 54 19
Octal 165 103 12 0 53 133 66 40 124 31
Binary 1110101 1000011 1010 0 101011 1011011 110110 100000 1010100 11001

Color Harmonies of #75430A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75430A

Black with #75430A

Text Example


Text Example

White with #75430A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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