Html Css Color HEX #D4735A Japonica

📋 copy color: '#D4735A'

red 212 ◦ green 115 ◦ blue 90

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

Shades of Japonica #D4735A

Tints of Japonica #D4735A

RGB

 RED value IS 212 (83.2% from 255) = 50.84%

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

 BLUE value IS 90 (35.55% from 255) = 21.58%

R = 50.84%
G = 27.58%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4735A (or 0xD4735A) is known color: Japonica. HEX triplet: D4, 73 and 5A. RGB value is (212,115,90). Sum of RGB (Red+Green+Blue) = 212+115+90=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D4735A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4735A is #2B8CA5. Grayscale: #8D8D8D. Windows color (decimal): -2854054 or 5927892. OLE color: 5927892.

HSL color Cylindrical-coordinate representation of color #D4735A: hue angle of 12.3º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4735A is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 115 90 -
CMYK 0 0.46 0.58 0.17
HSL 12.3º 0.59% 0.59% -
HSV(B) 12.3º 0.58% 0.83% -
XYZ 35.13 27 13.03 -
YUV 141.15 99.14 178.53 -
System Red Green Blue C M Y K H S L
Decimal 212 115 90 0 0.46 0.58 0.17 12.3 0.59 0.59
Hex D4 73 5A 0 2E 3A 11 C 3B 3B
Octal 324 163 132 0 56 72 21 14 73 73
Binary 11010100 1110011 1011010 0 101110 111010 10001 1100 111011 111011

Color Harmonies of #D4735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4735A

Black with #D4735A

Text Example


Text Example

White with #D4735A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4735A; }

 p { color: rgb(212,115,90); }

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

background-color css

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

 a { background-color: rgb(212,115,90); }

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

border-color css

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

 span { border-color: rgb(212,115,90); }

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