Html Css Color HEX #C27932 Meteor

📋 copy color: '#C27932'

red 194 ◦ green 121 ◦ blue 50

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

Shades of Meteor #C27932

Tints of Meteor #C27932

RGB

 RED value IS 194 (76.17% from 255) = 53.15%

 GREEN value IS 121 (47.66% from 255) = 33.15%

 BLUE value IS 50 (19.92% from 255) = 13.7%

R = 53.15%
G = 33.15%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C27932 (or 0xC27932) is known color: Meteor. HEX triplet: C2, 79 and 32. RGB value is (194,121,50). Sum of RGB (Red+Green+Blue) = 194+121+50=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C27932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27932 is #3D86CD. Grayscale: #878787. Windows color (decimal): -4032206 or 3307970. OLE color: 3307970.

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

Color convert

RGB 194 121 50 -
CMYK 0 0.38 0.74 0.24
HSL 29.58º 0.59% 0.48% -
HSV(B) 29.58º 0.74% 0.76% -
XYZ 29.66 25.37 6.35 -
YUV 134.73 80.18 170.27 -
System Red Green Blue C M Y K H S L
Decimal 194 121 50 0 0.38 0.74 0.24 29.58 0.59 0.48
Hex C2 79 32 0 26 4A 18 1E 3B 30
Octal 302 171 62 0 46 112 30 36 73 60
Binary 11000010 1111001 110010 0 100110 1001010 11000 11110 111011 110000

Color Harmonies of #C27932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27932

Black with #C27932

Text Example


Text Example

White with #C27932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27932; }

 p { color: rgb(194,121,50); }

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

background-color css

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

 a { background-color: rgb(194,121,50); }

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

border-color css

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

 span { border-color: rgb(194,121,50); }

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