Html Css Color HEX #C0772D Meteor

📋 copy color: '#C0772D'

red 192 ◦ green 119 ◦ blue 45

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

Shades of Meteor #C0772D

Tints of Meteor #C0772D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.43%

 BLUE value IS 45 (17.97% from 255) = 12.64%

R = 53.93%
G = 33.43%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0772D (or 0xC0772D) is known color: Meteor. HEX triplet: C0, 77 and 2D. RGB value is (192,119,45). Sum of RGB (Red+Green+Blue) = 192+119+45=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0772D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0772D is #3F88D2. Grayscale: #848484. Windows color (decimal): -4163795 or 2979776. OLE color: 2979776.

HSL color Cylindrical-coordinate representation of color #C0772D: hue angle of 30.2º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0772D is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 119 45 -
CMYK 0 0.38 0.77 0.25
HSL 30.2º 0.62% 0.46% -
HSV(B) 30.2º 0.77% 0.75% -
XYZ 28.81 24.59 5.71 -
YUV 132.39 78.68 170.52 -
System Red Green Blue C M Y K H S L
Decimal 192 119 45 0 0.38 0.77 0.25 30.2 0.62 0.46
Hex C0 77 2D 0 26 4D 19 1E 3E 2E
Octal 300 167 55 0 46 115 31 36 76 56
Binary 11000000 1110111 101101 0 100110 1001101 11001 11110 111110 101110

Color Harmonies of #C0772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0772D

Black with #C0772D

Text Example


Text Example

White with #C0772D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0772D; }

 p { color: rgb(192,119,45); }

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

background-color css

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

 a { background-color: rgb(192,119,45); }

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

border-color css

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

 span { border-color: rgb(192,119,45); }

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