Html Css Color HEX #754D02 Raw Umber

📋 copy color: '#754D02'

red 117 ◦ green 77 ◦ blue 2

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

Shades of Raw Umber #754D02

Tints of Raw Umber #754D02

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.29%

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

R = 59.69%
G = 39.29%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#754D02 (or 0x754D02) is known color: Raw Umber. HEX triplet: 75, 4D and 02. RGB value is (117,77,2). Sum of RGB (Red+Green+Blue) = 117+77+2=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #754D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754D02 is #8AB2FD. Grayscale: #505050. Windows color (decimal): -9089790 or 150901. OLE color: 150901.

HSL color Cylindrical-coordinate representation of color #754D02: hue angle of 39.13º 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 #754D02 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 77 2 -
CMYK 0 0.34 0.98 0.54
HSL 39.13º 0.97% 0.23% -
HSV(B) 39.13º 0.98% 0.46% -
XYZ 10 9.09 1.29 -
YUV 80.41 83.75 154.1 -
System Red Green Blue C M Y K H S L
Decimal 117 77 2 0 0.34 0.98 0.54 39.13 0.97 0.23
Hex 75 4D 2 0 22 62 36 27 61 17
Octal 165 115 2 0 42 142 66 47 141 27
Binary 1110101 1001101 10 0 100010 1100010 110110 100111 1100001 10111

Color Harmonies of #754D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754D02

Black with #754D02

Text Example


Text Example

White with #754D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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