Html Css Color HEX #C4735E Japonica

📋 copy color: '#C4735E'

red 196 ◦ green 115 ◦ blue 94

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

Shades of Japonica #C4735E

Tints of Japonica #C4735E

RGB

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

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

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

R = 48.4%
G = 28.4%
B = 23.21%

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

#C4735E (or 0xC4735E) is known color: Japonica. HEX triplet: C4, 73 and 5E. RGB value is (196,115,94). Sum of RGB (Red+Green+Blue) = 196+115+94=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C4735E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4735E is #3B8CA1. Grayscale: #888888. Windows color (decimal): -3902626 or 6190020. OLE color: 6190020.

HSL color Cylindrical-coordinate representation of color #C4735E: hue angle of 12.35º 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 #C4735E is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 115 94 -
CMYK 0 0.41 0.52 0.23
HSL 12.35º 0.46% 0.57% -
HSV(B) 12.35º 0.52% 0.77% -
XYZ 30.92 24.81 13.75 -
YUV 136.83 103.84 170.21 -
System Red Green Blue C M Y K H S L
Decimal 196 115 94 0 0.41 0.52 0.23 12.35 0.46 0.57
Hex C4 73 5E 0 29 34 17 C 2E 39
Octal 304 163 136 0 51 64 27 14 56 71
Binary 11000100 1110011 1011110 0 101001 110100 10111 1100 101110 111001

Color Harmonies of #C4735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4735E

Black with #C4735E

Text Example


Text Example

White with #C4735E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4735E; }

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

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

background-color css

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

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

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

border-color css

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

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

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