Html Css Color HEX #C07531 Meteor

📋 copy color: '#C07531'

red 192 ◦ green 117 ◦ blue 49

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

Shades of Meteor #C07531

Tints of Meteor #C07531

RGB

 RED value IS 192 (75.39% from 255) = 53.63%

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

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

R = 53.63%
G = 32.68%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C07531 (or 0xC07531) is known color: Meteor. HEX triplet: C0, 75 and 31. RGB value is (192,117,49). Sum of RGB (Red+Green+Blue) = 192+117+49=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C07531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07531 is #3F8ACE. Grayscale: #848484. Windows color (decimal): -4164303 or 3241408. OLE color: 3241408.

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

Color convert

RGB 192 117 49 -
CMYK 0 0.39 0.74 0.25
HSL 28.53º 0.59% 0.47% -
HSV(B) 28.53º 0.74% 0.75% -
XYZ 28.65 24.15 6.06 -
YUV 131.67 81.35 171.03 -
System Red Green Blue C M Y K H S L
Decimal 192 117 49 0 0.39 0.74 0.25 28.53 0.59 0.47
Hex C0 75 31 0 27 4A 19 1D 3B 2F
Octal 300 165 61 0 47 112 31 35 73 57
Binary 11000000 1110101 110001 0 100111 1001010 11001 11101 111011 101111

Color Harmonies of #C07531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07531

Black with #C07531

Text Example


Text Example

White with #C07531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07531; }

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

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

background-color css

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

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

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

border-color css

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

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

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