Html Css Color HEX #75530F Raw Umber

📋 copy color: '#75530F'

red 117 ◦ green 83 ◦ blue 15

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

Shades of Raw Umber #75530F

Tints of Raw Umber #75530F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.6%

 BLUE value IS 15 (6.25% from 255) = 6.98%

R = 54.42%
G = 38.6%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#75530F (or 0x75530F) is known color: Raw Umber. HEX triplet: 75, 53 and 0F. RGB value is (117,83,15). Sum of RGB (Red+Green+Blue) = 117+83+15=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #75530F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75530F is #8AACF0. Grayscale: #555555. Windows color (decimal): -9088241 or 1004405. OLE color: 1004405.

HSL color Cylindrical-coordinate representation of color #75530F: hue angle of 40º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75530F is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 83 15 -
CMYK 0 0.29 0.87 0.54
HSL 40º 0.77% 0.26% -
HSV(B) 40º 0.87% 0.46% -
XYZ 10.52 10 1.83 -
YUV 85.41 88.26 150.53 -
System Red Green Blue C M Y K H S L
Decimal 117 83 15 0 0.29 0.87 0.54 40 0.77 0.26
Hex 75 53 F 0 1D 57 36 28 4D 1A
Octal 165 123 17 0 35 127 66 50 115 32
Binary 1110101 1010011 1111 0 11101 1010111 110110 101000 1001101 11010

Color Harmonies of #75530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75530F

Black with #75530F

Text Example


Text Example

White with #75530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75530F; }

 p { color: rgb(117,83,15); }

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

background-color css

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

 a { background-color: rgb(117,83,15); }

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

border-color css

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

 span { border-color: rgb(117,83,15); }

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