Html Css Color HEX #755318 Raw Umber

📋 copy color: '#755318'

red 117 ◦ green 83 ◦ blue 24

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

Shades of Raw Umber #755318

Tints of Raw Umber #755318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.71%

R = 52.23%
G = 37.05%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#755318 (or 0x755318) is known color: Raw Umber. HEX triplet: 75, 53 and 18. RGB value is (117,83,24). Sum of RGB (Red+Green+Blue) = 117+83+24=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #755318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755318 is #8AACE7. Grayscale: #565656. Windows color (decimal): -9088232 or 1594229. OLE color: 1594229.

HSL color Cylindrical-coordinate representation of color #755318: hue angle of 38.06º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #755318 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 83 24 -
CMYK 0 0.29 0.79 0.54
HSL 38.06º 0.66% 0.28% -
HSV(B) 38.06º 0.79% 0.46% -
XYZ 10.59 10.03 2.24 -
YUV 86.44 92.76 149.8 -
System Red Green Blue C M Y K H S L
Decimal 117 83 24 0 0.29 0.79 0.54 38.06 0.66 0.28
Hex 75 53 18 0 1D 4F 36 26 42 1C
Octal 165 123 30 0 35 117 66 46 102 34
Binary 1110101 1010011 11000 0 11101 1001111 110110 100110 1000010 11100

Color Harmonies of #755318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755318

Black with #755318

Text Example


Text Example

White with #755318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755318; }

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

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

background-color css

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

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

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

border-color css

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

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

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