Html Css Color HEX #C17531 Meteor

📋 copy color: '#C17531'

red 193 ◦ green 117 ◦ blue 49

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

Shades of Meteor #C17531

Tints of Meteor #C17531

RGB

 RED value IS 193 (75.78% from 255) = 53.76%

 GREEN value IS 117 (46.09% from 255) = 32.59%

 BLUE value IS 49 (19.53% from 255) = 13.65%

R = 53.76%
G = 32.59%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C17531 (or 0xC17531) is known color: Meteor. HEX triplet: C1, 75 and 31. RGB value is (193,117,49). Sum of RGB (Red+Green+Blue) = 193+117+49=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 49 (19.53% from 255 or 13.65% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C17531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17531 is #3E8ACE. Grayscale: #848484. Windows color (decimal): -4098767 or 3241409. OLE color: 3241409.

HSL color Cylindrical-coordinate representation of color #C17531: hue angle of 28.33º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C17531 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 117 49 -
CMYK 0 0.39 0.75 0.24
HSL 28.33º 0.6% 0.47% -
HSV(B) 28.33º 0.75% 0.76% -
XYZ 28.91 24.28 6.07 -
YUV 131.97 81.18 171.53 -
System Red Green Blue C M Y K H S L
Decimal 193 117 49 0 0.39 0.75 0.24 28.33 0.6 0.47
Hex C1 75 31 0 27 4B 18 1C 3C 2F
Octal 301 165 61 0 47 113 30 34 74 57
Binary 11000001 1110101 110001 0 100111 1001011 11000 11100 111100 101111

Color Harmonies of #C17531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17531

Black with #C17531

Text Example


Text Example

White with #C17531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17531; }

 p { color: rgb(193,117,49); }

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

background-color css

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

 a { background-color: rgb(193,117,49); }

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

border-color css

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

 span { border-color: rgb(193,117,49); }

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