Html Css Color HEX #754300 Raw Umber

📋 copy color: '#754300'

red 117 ◦ green 67 ◦ blue 0

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

Shades of Raw Umber #754300

Tints of Raw Umber #754300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.59%
G = 36.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#754300 (or 0x754300) is known color: Raw Umber. HEX triplet: 75, 43 and 00. RGB value is (117,67,0). Sum of RGB (Red+Green+Blue) = 117+67+0=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #754300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754300 is #8ABCFF. Grayscale: #4A4A4A. Windows color (decimal): -9092352 or 17269. OLE color: 17269.

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

Color convert

RGB 117 67 0 -
CMYK 0 0.43 1 0.54
HSL 34.36º 1% 0.23% -
HSV(B) 34.36º 1% 0.46% -
XYZ 9.34 7.8 1.01 -
YUV 74.31 86.07 158.45 -
System Red Green Blue C M Y K H S L
Decimal 117 67 0 0 0.43 1 0.54 34.36 1 0.23
Hex 75 43 0 0 2B 64 36 22 64 17
Octal 165 103 0 0 53 144 66 42 144 27
Binary 1110101 1000011 0 0 101011 1100100 110110 100010 1100100 10111

Color Harmonies of #754300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754300

Black with #754300

Text Example


Text Example

White with #754300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754300; }

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

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

background-color css

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

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

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

border-color css

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

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

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