Html Css Color HEX #C37028 Meteor

📋 copy color: '#C37028'

red 195 ◦ green 112 ◦ blue 40

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

Shades of Meteor #C37028

Tints of Meteor #C37028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.53%

R = 56.2%
G = 32.28%
B = 11.53%

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

#C37028 (or 0xC37028) is known color: Meteor. HEX triplet: C3, 70 and 28. RGB value is (195,112,40). Sum of RGB (Red+Green+Blue) = 195+112+40=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C37028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37028 is #3C8FD7. Grayscale: #808080. Windows color (decimal): -3968984 or 2650307. OLE color: 2650307.

HSL color Cylindrical-coordinate representation of color #C37028: hue angle of 27.87º degrees, saturation: 0.66, 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 #C37028 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 112 40 -
CMYK 0 0.43 0.79 0.24
HSL 27.87º 0.66% 0.46% -
HSV(B) 27.87º 0.79% 0.76% -
XYZ 28.68 23.34 5 -
YUV 128.61 78 175.35 -
System Red Green Blue C M Y K H S L
Decimal 195 112 40 0 0.43 0.79 0.24 27.87 0.66 0.46
Hex C3 70 28 0 2B 4F 18 1C 42 2E
Octal 303 160 50 0 53 117 30 34 102 56
Binary 11000011 1110000 101000 0 101011 1001111 11000 11100 1000010 101110

Color Harmonies of #C37028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37028

Black with #C37028

Text Example


Text Example

White with #C37028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37028; }

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

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

background-color css

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

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

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

border-color css

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

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

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