Html Css Color HEX #754B08 Raw Umber

📋 copy color: '#754B08'

red 117 ◦ green 75 ◦ blue 8

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

Shades of Raw Umber #754B08

Tints of Raw Umber #754B08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4%

R = 58.5%
G = 37.5%
B = 4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#754B08 (or 0x754B08) is known color: Raw Umber. HEX triplet: 75, 4B and 08. RGB value is (117,75,8). Sum of RGB (Red+Green+Blue) = 117+75+8=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #754B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754B08 is #8AB4F7. Grayscale: #505050. Windows color (decimal): -9090296 or 543605. OLE color: 543605.

HSL color Cylindrical-coordinate representation of color #754B08: hue angle of 36.88º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #754B08 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 75 8 -
CMYK 0 0.36 0.93 0.54
HSL 36.88º 0.87% 0.25% -
HSV(B) 36.88º 0.93% 0.46% -
XYZ 9.9 8.83 1.41 -
YUV 79.92 87.41 154.45 -
System Red Green Blue C M Y K H S L
Decimal 117 75 8 0 0.36 0.93 0.54 36.88 0.87 0.25
Hex 75 4B 8 0 24 5D 36 25 57 19
Octal 165 113 10 0 44 135 66 45 127 31
Binary 1110101 1001011 1000 0 100100 1011101 110110 100101 1010111 11001

Color Harmonies of #754B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754B08

Black with #754B08

Text Example


Text Example

White with #754B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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