Html Css Color HEX #C3735A Japonica

📋 copy color: '#C3735A'

red 195 ◦ green 115 ◦ blue 90

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

Shades of Japonica #C3735A

Tints of Japonica #C3735A

RGB

 RED value IS 195 (76.56% from 255) = 48.75%

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

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

R = 48.75%
G = 28.75%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C3735A (or 0xC3735A) is known color: Japonica. HEX triplet: C3, 73 and 5A. RGB value is (195,115,90). Sum of RGB (Red+Green+Blue) = 195+115+90=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C3735A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3735A is #3C8CA5. Grayscale: #888888. Windows color (decimal): -3968166 or 5927875. OLE color: 5927875.

HSL color Cylindrical-coordinate representation of color #C3735A: hue angle of 14.29º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C3735A is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 115 90 -
CMYK 0 0.41 0.54 0.24
HSL 14.29º 0.47% 0.56% -
HSV(B) 14.29º 0.54% 0.76% -
XYZ 30.48 24.6 12.81 -
YUV 136.07 102 170.03 -
System Red Green Blue C M Y K H S L
Decimal 195 115 90 0 0.41 0.54 0.24 14.29 0.47 0.56
Hex C3 73 5A 0 29 36 18 E 2F 38
Octal 303 163 132 0 51 66 30 16 57 70
Binary 11000011 1110011 1011010 0 101001 110110 11000 1110 101111 111000

Color Harmonies of #C3735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3735A

Black with #C3735A

Text Example


Text Example

White with #C3735A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3735A; }

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

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

background-color css

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

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

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

border-color css

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

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

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