Html Css Color HEX #D5795F Japonica

📋 copy color: '#D5795F'

red 213 ◦ green 121 ◦ blue 95

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

Shades of Japonica #D5795F

Tints of Japonica #D5795F

RGB

 RED value IS 213 (83.59% from 255) = 49.65%

 GREEN value IS 121 (47.66% from 255) = 28.21%

 BLUE value IS 95 (37.5% from 255) = 22.14%

R = 49.65%
G = 28.21%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D5795F (or 0xD5795F) is known color: Japonica. HEX triplet: D5, 79 and 5F. RGB value is (213,121,95). Sum of RGB (Red+Green+Blue) = 213+121+95=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D5795F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5795F is #2A86A0. Grayscale: #919191. Windows color (decimal): -2786977 or 6257109. OLE color: 6257109.

HSL color Cylindrical-coordinate representation of color #D5795F: hue angle of 13.22º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5795F is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 121 95 -
CMYK 0 0.43 0.55 0.16
HSL 13.22º 0.58% 0.6% -
HSV(B) 13.22º 0.55% 0.84% -
XYZ 36.34 28.65 14.44 -
YUV 145.54 99.48 176.11 -
System Red Green Blue C M Y K H S L
Decimal 213 121 95 0 0.43 0.55 0.16 13.22 0.58 0.6
Hex D5 79 5F 0 2B 37 10 D 3A 3C
Octal 325 171 137 0 53 67 20 15 72 74
Binary 11010101 1111001 1011111 0 101011 110111 10000 1101 111010 111100

Color Harmonies of #D5795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5795F

Black with #D5795F

Text Example


Text Example

White with #D5795F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5795F; }

 p { color: rgb(213,121,95); }

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

background-color css

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

 a { background-color: rgb(213,121,95); }

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

border-color css

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

 span { border-color: rgb(213,121,95); }

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