Html Css Color HEX #753402 Raw Umber

📋 copy color: '#753402'

red 117 ◦ green 52 ◦ blue 2

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

Shades of Raw Umber #753402

Tints of Raw Umber #753402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.41%

 BLUE value IS 2 (1.17% from 255) = 1.17%

R = 68.42%
G = 30.41%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#753402 (or 0x753402) is known color: Raw Umber. HEX triplet: 75, 34 and 02. RGB value is (117,52,2). Sum of RGB (Red+Green+Blue) = 117+52+2=171 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.42% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 117 - color contains mainly: red. Hex color #753402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753402 is #8ACBFD. Grayscale: #424242. Windows color (decimal): -9096190 or 144501. OLE color: 144501.

HSL color Cylindrical-coordinate representation of color #753402: hue angle of 26.09º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #753402 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 52 2 -
CMYK 0 0.56 0.98 0.54
HSL 26.09º 0.97% 0.23% -
HSV(B) 26.09º 0.98% 0.46% -
XYZ 8.58 6.24 0.81 -
YUV 65.74 92.03 164.57 -
System Red Green Blue C M Y K H S L
Decimal 117 52 2 0 0.56 0.98 0.54 26.09 0.97 0.23
Hex 75 34 2 0 38 62 36 1A 61 17
Octal 165 64 2 0 70 142 66 32 141 27
Binary 1110101 110100 10 0 111000 1100010 110110 11010 1100001 10111

Color Harmonies of #753402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753402

Black with #753402

Text Example


Text Example

White with #753402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753402; }

 p { color: rgb(117,52,2); }

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

background-color css

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

 a { background-color: rgb(117,52,2); }

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

border-color css

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

 span { border-color: rgb(117,52,2); }

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