Html Css Color HEX #C3735E Japonica

📋 copy color: '#C3735E'

red 195 ◦ green 115 ◦ blue 94

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

Shades of Japonica #C3735E

Tints of Japonica #C3735E

RGB

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

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

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

R = 48.27%
G = 28.47%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3735E (or 0xC3735E) is known color: Japonica. HEX triplet: C3, 73 and 5E. RGB value is (195,115,94). Sum of RGB (Red+Green+Blue) = 195+115+94=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C3735E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3735E is #3C8CA1. Grayscale: #888888. Windows color (decimal): -3968162 or 6190019. OLE color: 6190019.

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

Color convert

RGB 195 115 94 -
CMYK 0 0.41 0.52 0.24
HSL 12.48º 0.46% 0.57% -
HSV(B) 12.48º 0.52% 0.76% -
XYZ 30.66 24.67 13.74 -
YUV 136.53 104 169.71 -
System Red Green Blue C M Y K H S L
Decimal 195 115 94 0 0.41 0.52 0.24 12.48 0.46 0.57
Hex C3 73 5E 0 29 34 18 C 2E 39
Octal 303 163 136 0 51 64 30 14 56 71
Binary 11000011 1110011 1011110 0 101001 110100 11000 1100 101110 111001

Color Harmonies of #C3735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3735E

Black with #C3735E

Text Example


Text Example

White with #C3735E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3735E; }

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

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

background-color css

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

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

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

border-color css

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

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

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