Html Css Color HEX #C37029 Meteor

📋 copy color: '#C37029'

red 195 ◦ green 112 ◦ blue 41

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

Shades of Meteor #C37029

Tints of Meteor #C37029

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.18%

 BLUE value IS 41 (16.41% from 255) = 11.78%

R = 56.03%
G = 32.18%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C37029 (or 0xC37029) is known color: Meteor. HEX triplet: C3, 70 and 29. RGB value is (195,112,41). Sum of RGB (Red+Green+Blue) = 195+112+41=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 41 (16.41% from 255 or 11.78% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C37029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37029 is #3C8FD6. Grayscale: #818181. Windows color (decimal): -3968983 or 2715843. OLE color: 2715843.

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

Color convert

RGB 195 112 41 -
CMYK 0 0.43 0.79 0.24
HSL 27.66º 0.65% 0.46% -
HSV(B) 27.66º 0.79% 0.76% -
XYZ 28.7 23.35 5.09 -
YUV 128.72 78.5 175.27 -
System Red Green Blue C M Y K H S L
Decimal 195 112 41 0 0.43 0.79 0.24 27.66 0.65 0.46
Hex C3 70 29 0 2B 4F 18 1C 41 2E
Octal 303 160 51 0 53 117 30 34 101 56
Binary 11000011 1110000 101001 0 101011 1001111 11000 11100 1000001 101110

Color Harmonies of #C37029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37029

Black with #C37029

Text Example


Text Example

White with #C37029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37029; }

 p { color: rgb(195,112,41); }

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

background-color css

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

 a { background-color: rgb(195,112,41); }

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

border-color css

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

 span { border-color: rgb(195,112,41); }

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