Html Css Color HEX #754F1B Raw Umber

📋 copy color: '#754F1B'

red 117 ◦ green 79 ◦ blue 27

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

Shades of Raw Umber #754F1B

Tints of Raw Umber #754F1B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.43%

 BLUE value IS 27 (10.94% from 255) = 12.11%

R = 52.47%
G = 35.43%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#754F1B (or 0x754F1B) is known color: Raw Umber. HEX triplet: 75, 4F and 1B. RGB value is (117,79,27). Sum of RGB (Red+Green+Blue) = 117+79+27=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #754F1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F1B is #8AB0E4. Grayscale: #545454. Windows color (decimal): -9089253 or 1789813. OLE color: 1789813.

HSL color Cylindrical-coordinate representation of color #754F1B: hue angle of 34.67º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #754F1B is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 79 27 -
CMYK 0 0.32 0.77 0.54
HSL 34.67º 0.63% 0.28% -
HSV(B) 34.67º 0.77% 0.46% -
XYZ 10.33 9.45 2.32 -
YUV 84.43 95.59 151.23 -
System Red Green Blue C M Y K H S L
Decimal 117 79 27 0 0.32 0.77 0.54 34.67 0.63 0.28
Hex 75 4F 1B 0 20 4D 36 23 3E 1C
Octal 165 117 33 0 40 115 66 43 76 34
Binary 1110101 1001111 11011 0 100000 1001101 110110 100011 111110 11100

Color Harmonies of #754F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754F1B

Black with #754F1B

Text Example


Text Example

White with #754F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,79,27); }

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

background-color css

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

 a { background-color: rgb(117,79,27); }

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

border-color css

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

 span { border-color: rgb(117,79,27); }

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