Html Css Color HEX #C3735F Japonica

📋 copy color: '#C3735F'

red 195 ◦ green 115 ◦ blue 95

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

Shades of Japonica #C3735F

Tints of Japonica #C3735F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.46%

R = 48.15%
G = 28.4%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3735F (or 0xC3735F) is known color: Japonica. HEX triplet: C3, 73 and 5F. RGB value is (195,115,95). Sum of RGB (Red+Green+Blue) = 195+115+95=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C3735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3735F is #3C8CA0. Grayscale: #888888. Windows color (decimal): -3968161 or 6255555. OLE color: 6255555.

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

Color convert

RGB 195 115 95 -
CMYK 0 0.41 0.51 0.24
HSL 12º 0.45% 0.57% -
HSV(B) 12º 0.51% 0.76% -
XYZ 30.7 24.69 13.97 -
YUV 136.64 104.5 169.63 -
System Red Green Blue C M Y K H S L
Decimal 195 115 95 0 0.41 0.51 0.24 12 0.45 0.57
Hex C3 73 5F 0 29 33 18 C 2D 39
Octal 303 163 137 0 51 63 30 14 55 71
Binary 11000011 1110011 1011111 0 101001 110011 11000 1100 101101 111001

Color Harmonies of #C3735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3735F

Black with #C3735F

Text Example


Text Example

White with #C3735F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3735F; }

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

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

background-color css

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

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

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

border-color css

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

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

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