Html Css Color HEX #754B02 Raw Umber

📋 copy color: '#754B02'

red 117 ◦ green 75 ◦ blue 2

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

Shades of Raw Umber #754B02

Tints of Raw Umber #754B02

RGB

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

 GREEN value IS 75 (29.69% from 255) = 38.66%

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

R = 60.31%
G = 38.66%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#754B02 (or 0x754B02) is known color: Raw Umber. HEX triplet: 75, 4B and 02. RGB value is (117,75,2). Sum of RGB (Red+Green+Blue) = 117+75+2=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #754B02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754B02 is #8AB4FD. Grayscale: #4F4F4F. Windows color (decimal): -9090302 or 150389. OLE color: 150389.

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

Color convert

RGB 117 75 2 -
CMYK 0 0.36 0.98 0.54
HSL 38.09º 0.97% 0.23% -
HSV(B) 38.09º 0.98% 0.46% -
XYZ 9.86 8.82 1.24 -
YUV 79.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 117 75 2 0 0.36 0.98 0.54 38.09 0.97 0.23
Hex 75 4B 2 0 24 62 36 26 61 17
Octal 165 113 2 0 44 142 66 46 141 27
Binary 1110101 1001011 10 0 100100 1100010 110110 100110 1100001 10111

Color Harmonies of #754B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754B02

Black with #754B02

Text Example


Text Example

White with #754B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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