Html Css Color HEX #753E01 Raw Umber

📋 copy color: '#753E01'

red 117 ◦ green 62 ◦ blue 1

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

Shades of Raw Umber #753E01

Tints of Raw Umber #753E01

RGB

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

 GREEN value IS 62 (24.61% from 255) = 34.44%

 BLUE value IS 1 (0.78% from 255) = 0.56%

R = 65%
G = 34.44%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#753E01 (or 0x753E01) is known color: Raw Umber. HEX triplet: 75, 3E and 01. RGB value is (117,62,1). Sum of RGB (Red+Green+Blue) = 117+62+1=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 62 (24.61% from 255 or 34.44% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #753E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753E01 is #8AC1FE. Grayscale: #474747. Windows color (decimal): -9093631 or 81525. OLE color: 81525.

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

Color convert

RGB 117 62 1 -
CMYK 0 0.47 0.99 0.54
HSL 31.55º 0.98% 0.23% -
HSV(B) 31.55º 0.99% 0.46% -
XYZ 9.06 7.23 0.95 -
YUV 71.49 88.22 160.46 -
System Red Green Blue C M Y K H S L
Decimal 117 62 1 0 0.47 0.99 0.54 31.55 0.98 0.23
Hex 75 3E 1 0 2F 63 36 20 62 17
Octal 165 76 1 0 57 143 66 40 142 27
Binary 1110101 111110 1 0 101111 1100011 110110 100000 1100010 10111

Color Harmonies of #753E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753E01

Black with #753E01

Text Example


Text Example

White with #753E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753E01; }

 p { color: rgb(117,62,1); }

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

background-color css

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

 a { background-color: rgb(117,62,1); }

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

border-color css

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

 span { border-color: rgb(117,62,1); }

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