Html Css Color HEX #754B06 Raw Umber

📋 copy color: '#754B06'

red 117 ◦ green 75 ◦ blue 6

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

Shades of Raw Umber #754B06

Tints of Raw Umber #754B06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.03%

R = 59.09%
G = 37.88%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#754B06 (or 0x754B06) is known color: Raw Umber. HEX triplet: 75, 4B and 06. RGB value is (117,75,6). Sum of RGB (Red+Green+Blue) = 117+75+6=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 75 (29.69% from 255 or 37.88% from 198); Blue value is 6 (2.73% from 255 or 3.03% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #754B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754B06 is #8AB4F9. Grayscale: #505050. Windows color (decimal): -9090298 or 412533. OLE color: 412533.

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

Color convert

RGB 117 75 6 -
CMYK 0 0.36 0.95 0.54
HSL 37.3º 0.9% 0.24% -
HSV(B) 37.3º 0.95% 0.46% -
XYZ 9.89 8.83 1.36 -
YUV 79.69 86.41 154.61 -
System Red Green Blue C M Y K H S L
Decimal 117 75 6 0 0.36 0.95 0.54 37.3 0.9 0.24
Hex 75 4B 6 0 24 5F 36 25 5A 18
Octal 165 113 6 0 44 137 66 45 132 30
Binary 1110101 1001011 110 0 100100 1011111 110110 100101 1011010 11000

Color Harmonies of #754B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754B06

Black with #754B06

Text Example


Text Example

White with #754B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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