Html Css Color HEX #C3732A Meteor

📋 copy color: '#C3732A'

red 195 ◦ green 115 ◦ blue 42

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

Shades of Meteor #C3732A

Tints of Meteor #C3732A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.93%

R = 55.4%
G = 32.67%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3732A (or 0xC3732A) is known color: Meteor. HEX triplet: C3, 73 and 2A. RGB value is (195,115,42). Sum of RGB (Red+Green+Blue) = 195+115+42=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C3732A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3732A is #3C8CD5. Grayscale: #828282. Windows color (decimal): -3968214 or 2782147. OLE color: 2782147.

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

Color convert

RGB 195 115 42 -
CMYK 0 0.41 0.78 0.24
HSL 28.63º 0.65% 0.46% -
HSV(B) 28.63º 0.78% 0.76% -
XYZ 29.05 24.03 5.3 -
YUV 130.6 78 173.94 -
System Red Green Blue C M Y K H S L
Decimal 195 115 42 0 0.41 0.78 0.24 28.63 0.65 0.46
Hex C3 73 2A 0 29 4E 18 1D 41 2E
Octal 303 163 52 0 51 116 30 35 101 56
Binary 11000011 1110011 101010 0 101001 1001110 11000 11101 1000001 101110

Color Harmonies of #C3732A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3732A

Black with #C3732A

Text Example


Text Example

White with #C3732A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3732A; }

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

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

background-color css

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

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

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

border-color css

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

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

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