Html Css Color HEX #745217 Raw Umber

📋 copy color: '#745217'

red 116 ◦ green 82 ◦ blue 23

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

Shades of Raw Umber #745217

Tints of Raw Umber #745217

RGB

 RED value IS 116 (45.7% from 255) = 52.49%

 GREEN value IS 82 (32.42% from 255) = 37.1%

 BLUE value IS 23 (9.38% from 255) = 10.41%

R = 52.49%
G = 37.1%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#745217 (or 0x745217) is known color: Raw Umber. HEX triplet: 74, 52 and 17. RGB value is (116,82,23). Sum of RGB (Red+Green+Blue) = 116+82+23=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 23 (9.38% from 255 or 10.41% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #745217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745217 is #8BADE8. Grayscale: #555555. Windows color (decimal): -9154025 or 1528436. OLE color: 1528436.

HSL color Cylindrical-coordinate representation of color #745217: hue angle of 38.06º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #745217 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 82 23 -
CMYK 0 0.29 0.80 0.55
HSL 38.06º 0.67% 0.27% -
HSV(B) 38.06º 0.8% 0.45% -
XYZ 10.37 9.81 2.16 -
YUV 85.44 92.76 149.8 -
System Red Green Blue C M Y K H S L
Decimal 116 82 23 0 0.29 0.80 0.55 38.06 0.67 0.27
Hex 74 52 17 0 1D 50 37 26 43 1B
Octal 164 122 27 0 35 120 67 46 103 33
Binary 1110100 1010010 10111 0 11101 1010000 110111 100110 1000011 11011

Color Harmonies of #745217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745217

Black with #745217

Text Example


Text Example

White with #745217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745217; }

 p { color: rgb(116,82,23); }

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

background-color css

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

 a { background-color: rgb(116,82,23); }

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

border-color css

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

 span { border-color: rgb(116,82,23); }

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