Html Css Color HEX #D5735C Japonica

📋 copy color: '#D5735C'

red 213 ◦ green 115 ◦ blue 92

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

Shades of Japonica #D5735C

Tints of Japonica #D5735C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.9%

R = 50.71%
G = 27.38%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5735C (or 0xD5735C) is known color: Japonica. HEX triplet: D5, 73 and 5C. RGB value is (213,115,92). Sum of RGB (Red+Green+Blue) = 213+115+92=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D5735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5735C is #2A8CA3. Grayscale: #8D8D8D. Windows color (decimal): -2788516 or 6058965. OLE color: 6058965.

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

Color convert

RGB 213 115 92 -
CMYK 0 0.46 0.57 0.16
HSL 11.4º 0.59% 0.6% -
HSV(B) 11.4º 0.57% 0.84% -
XYZ 35.5 27.18 13.5 -
YUV 141.68 99.97 178.87 -
System Red Green Blue C M Y K H S L
Decimal 213 115 92 0 0.46 0.57 0.16 11.4 0.59 0.6
Hex D5 73 5C 0 2E 39 10 B 3B 3C
Octal 325 163 134 0 56 71 20 13 73 74
Binary 11010101 1110011 1011100 0 101110 111001 10000 1011 111011 111100

Color Harmonies of #D5735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5735C

Black with #D5735C

Text Example


Text Example

White with #D5735C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5735C; }

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

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

background-color css

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

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

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

border-color css

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

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

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