Html Css Color HEX #C3722A Meteor

📋 copy color: '#C3722A'

red 195 ◦ green 114 ◦ blue 42

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

Shades of Meteor #C3722A

Tints of Meteor #C3722A

RGB

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

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

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

R = 55.56%
G = 32.48%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3722A (or 0xC3722A) is known color: Meteor. HEX triplet: C3, 72 and 2A. RGB value is (195,114,42). Sum of RGB (Red+Green+Blue) = 195+114+42=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C3722A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3722A is #3C8DD5. Grayscale: #828282. Windows color (decimal): -3968470 or 2781891. OLE color: 2781891.

HSL color Cylindrical-coordinate representation of color #C3722A: hue angle of 28.24º 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 #C3722A is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 114 42 -
CMYK 0 0.42 0.78 0.24
HSL 28.24º 0.65% 0.46% -
HSV(B) 28.24º 0.78% 0.76% -
XYZ 28.94 23.8 5.26 -
YUV 130.01 78.34 174.35 -
System Red Green Blue C M Y K H S L
Decimal 195 114 42 0 0.42 0.78 0.24 28.24 0.65 0.46
Hex C3 72 2A 0 2A 4E 18 1C 41 2E
Octal 303 162 52 0 52 116 30 34 101 56
Binary 11000011 1110010 101010 0 101010 1001110 11000 11100 1000001 101110

Color Harmonies of #C3722A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3722A

Black with #C3722A

Text Example


Text Example

White with #C3722A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3722A; }

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

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

background-color css

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

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

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

border-color css

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

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

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