Html Css Color HEX #D5735B Japonica

📋 copy color: '#D5735B'

red 213 ◦ green 115 ◦ blue 91

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

Shades of Japonica #D5735B

Tints of Japonica #D5735B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.72%

R = 50.84%
G = 27.45%
B = 21.72%

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

#D5735B (or 0xD5735B) is known color: Japonica. HEX triplet: D5, 73 and 5B. RGB value is (213,115,91). Sum of RGB (Red+Green+Blue) = 213+115+91=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5735B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5735B is #2A8CA4. Grayscale: #8D8D8D. Windows color (decimal): -2788517 or 5993429. OLE color: 5993429.

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

Color convert

RGB 213 115 91 -
CMYK 0 0.46 0.57 0.16
HSL 11.8º 0.59% 0.6% -
HSV(B) 11.8º 0.57% 0.84% -
XYZ 35.46 27.16 13.27 -
YUV 141.57 99.47 178.95 -
System Red Green Blue C M Y K H S L
Decimal 213 115 91 0 0.46 0.57 0.16 11.8 0.59 0.6
Hex D5 73 5B 0 2E 39 10 C 3B 3C
Octal 325 163 133 0 56 71 20 14 73 74
Binary 11010101 1110011 1011011 0 101110 111001 10000 1100 111011 111100

Color Harmonies of #D5735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5735B

Black with #D5735B

Text Example


Text Example

White with #D5735B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5735B; }

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

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

background-color css

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

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

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

border-color css

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

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

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