Html Css Color HEX #D5735E Japonica

📋 copy color: '#D5735E'

red 213 ◦ green 115 ◦ blue 94

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

Shades of Japonica #D5735E

Tints of Japonica #D5735E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.25%

 BLUE value IS 94 (37.11% from 255) = 22.27%

R = 50.47%
G = 27.25%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5735E (or 0xD5735E) is known color: Japonica. HEX triplet: D5, 73 and 5E. RGB value is (213,115,94). Sum of RGB (Red+Green+Blue) = 213+115+94=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5735E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5735E is #2A8CA1. Grayscale: #8E8E8E. Windows color (decimal): -2788514 or 6190037. OLE color: 6190037.

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

Color convert

RGB 213 115 94 -
CMYK 0 0.46 0.56 0.16
HSL 10.59º 0.59% 0.6% -
HSV(B) 10.59º 0.56% 0.84% -
XYZ 35.59 27.22 13.97 -
YUV 141.91 100.97 178.71 -
System Red Green Blue C M Y K H S L
Decimal 213 115 94 0 0.46 0.56 0.16 10.59 0.59 0.6
Hex D5 73 5E 0 2E 38 10 B 3B 3C
Octal 325 163 136 0 56 70 20 13 73 74
Binary 11010101 1110011 1011110 0 101110 111000 10000 1011 111011 111100

Color Harmonies of #D5735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5735E

Black with #D5735E

Text Example


Text Example

White with #D5735E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5735E; }

 p { color: rgb(213,115,94); }

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

background-color css

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

 a { background-color: rgb(213,115,94); }

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

border-color css

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

 span { border-color: rgb(213,115,94); }

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