Html Css Color HEX #D5745F Japonica

📋 copy color: '#D5745F'

red 213 ◦ green 116 ◦ blue 95

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

Shades of Japonica #D5745F

Tints of Japonica #D5745F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.36%

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

R = 50.24%
G = 27.36%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D5745F (or 0xD5745F) is known color: Japonica. HEX triplet: D5, 74 and 5F. RGB value is (213,116,95). Sum of RGB (Red+Green+Blue) = 213+116+95=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5745F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5745F is #2A8BA0. Grayscale: #8E8E8E. Windows color (decimal): -2788257 or 6255829. OLE color: 6255829.

HSL color Cylindrical-coordinate representation of color #D5745F: hue angle of 10.68º 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 #D5745F is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 116 95 -
CMYK 0 0.46 0.55 0.16
HSL 10.68º 0.58% 0.6% -
HSV(B) 10.68º 0.55% 0.84% -
XYZ 35.75 27.46 14.24 -
YUV 142.61 101.14 178.21 -
System Red Green Blue C M Y K H S L
Decimal 213 116 95 0 0.46 0.55 0.16 10.68 0.58 0.6
Hex D5 74 5F 0 2E 37 10 B 3A 3C
Octal 325 164 137 0 56 67 20 13 72 74
Binary 11010101 1110100 1011111 0 101110 110111 10000 1011 111010 111100

Color Harmonies of #D5745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5745F

Black with #D5745F

Text Example


Text Example

White with #D5745F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5745F; }

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

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

background-color css

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

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

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

border-color css

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

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

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