Html Css Color HEX #745315 Raw Umber

📋 copy color: '#745315'

red 116 ◦ green 83 ◦ blue 21

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

Shades of Raw Umber #745315

Tints of Raw Umber #745315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.73%

 BLUE value IS 21 (8.59% from 255) = 9.55%

R = 52.73%
G = 37.73%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#745315 (or 0x745315) is known color: Raw Umber. HEX triplet: 74, 53 and 15. RGB value is (116,83,21). Sum of RGB (Red+Green+Blue) = 116+83+21=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #745315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745315 is #8BACEA. Grayscale: #565656. Windows color (decimal): -9153771 or 1397620. OLE color: 1397620.

HSL color Cylindrical-coordinate representation of color #745315: hue angle of 39.16º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #745315 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 83 21 -
CMYK 0 0.28 0.82 0.55
HSL 39.16º 0.69% 0.27% -
HSV(B) 39.16º 0.82% 0.45% -
XYZ 10.43 9.95 2.08 -
YUV 85.8 91.43 149.54 -
System Red Green Blue C M Y K H S L
Decimal 116 83 21 0 0.28 0.82 0.55 39.16 0.69 0.27
Hex 74 53 15 0 1C 52 37 27 45 1B
Octal 164 123 25 0 34 122 67 47 105 33
Binary 1110100 1010011 10101 0 11100 1010010 110111 100111 1000101 11011

Color Harmonies of #745315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745315

Black with #745315

Text Example


Text Example

White with #745315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745315; }

 p { color: rgb(116,83,21); }

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

background-color css

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

 a { background-color: rgb(116,83,21); }

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

border-color css

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

 span { border-color: rgb(116,83,21); }

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