Html Css Color HEX #C37254 Japonica

📋 copy color: '#C37254'

red 195 ◦ green 114 ◦ blue 84

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

Shades of Japonica #C37254

Tints of Japonica #C37254

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.01%

 BLUE value IS 84 (33.2% from 255) = 21.37%

R = 49.62%
G = 29.01%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C37254 (or 0xC37254) is known color: Japonica. HEX triplet: C3, 72 and 54. RGB value is (195,114,84). Sum of RGB (Red+Green+Blue) = 195+114+84=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C37254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37254 is #3C8DAB. Grayscale: #878787. Windows color (decimal): -3968428 or 5534403. OLE color: 5534403.

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

Color convert

RGB 195 114 84 -
CMYK 0 0.42 0.57 0.24
HSL 16.22º 0.48% 0.55% -
HSV(B) 16.22º 0.57% 0.76% -
XYZ 30.12 24.28 11.49 -
YUV 134.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 195 114 84 0 0.42 0.57 0.24 16.22 0.48 0.55
Hex C3 72 54 0 2A 39 18 10 30 37
Octal 303 162 124 0 52 71 30 20 60 67
Binary 11000011 1110010 1010100 0 101010 111001 11000 10000 110000 110111

Color Harmonies of #C37254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37254

Black with #C37254

Text Example


Text Example

White with #C37254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37254; }

 p { color: rgb(195,114,84); }

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

background-color css

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

 a { background-color: rgb(195,114,84); }

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

border-color css

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

 span { border-color: rgb(195,114,84); }

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