Html Css Color HEX #C4735F Japonica

📋 copy color: '#C4735F'

red 196 ◦ green 115 ◦ blue 95

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

Shades of Japonica #C4735F

Tints of Japonica #C4735F

RGB

 RED value IS 196 (76.95% from 255) = 48.28%

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

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

R = 48.28%
G = 28.33%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4735F (or 0xC4735F) is known color: Japonica. HEX triplet: C4, 73 and 5F. RGB value is (196,115,95). Sum of RGB (Red+Green+Blue) = 196+115+95=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C4735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4735F is #3B8CA0. Grayscale: #898989. Windows color (decimal): -3902625 or 6255556. OLE color: 6255556.

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

Color convert

RGB 196 115 95 -
CMYK 0 0.41 0.52 0.23
HSL 11.88º 0.46% 0.57% -
HSV(B) 11.88º 0.52% 0.77% -
XYZ 30.96 24.82 13.99 -
YUV 136.94 104.34 170.13 -
System Red Green Blue C M Y K H S L
Decimal 196 115 95 0 0.41 0.52 0.23 11.88 0.46 0.57
Hex C4 73 5F 0 29 34 17 C 2E 39
Octal 304 163 137 0 51 64 27 14 56 71
Binary 11000100 1110011 1011111 0 101001 110100 10111 1100 101110 111001

Color Harmonies of #C4735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4735F

Black with #C4735F

Text Example


Text Example

White with #C4735F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4735F; }

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

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

background-color css

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

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

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

border-color css

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

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

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