Html Css Color HEX #C07334 Meteor

📋 copy color: '#C07334'

red 192 ◦ green 115 ◦ blue 52

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

Shades of Meteor #C07334

Tints of Meteor #C07334

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.03%

 BLUE value IS 52 (20.7% from 255) = 14.48%

R = 53.48%
G = 32.03%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C07334 (or 0xC07334) is known color: Meteor. HEX triplet: C0, 73 and 34. RGB value is (192,115,52). Sum of RGB (Red+Green+Blue) = 192+115+52=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C07334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07334 is #3F8CCB. Grayscale: #838383. Windows color (decimal): -4164812 or 3437504. OLE color: 3437504.

HSL color Cylindrical-coordinate representation of color #C07334: hue angle of 27º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C07334 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 115 52 -
CMYK 0 0.40 0.73 0.25
HSL 27º 0.57% 0.48% -
HSV(B) 27º 0.73% 0.75% -
XYZ 28.49 23.72 6.32 -
YUV 130.84 83.51 171.62 -
System Red Green Blue C M Y K H S L
Decimal 192 115 52 0 0.40 0.73 0.25 27 0.57 0.48
Hex C0 73 34 0 28 49 19 1B 39 30
Octal 300 163 64 0 50 111 31 33 71 60
Binary 11000000 1110011 110100 0 101000 1001001 11001 11011 111001 110000

Color Harmonies of #C07334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07334

Black with #C07334

Text Example


Text Example

White with #C07334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07334; }

 p { color: rgb(192,115,52); }

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

background-color css

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

 a { background-color: rgb(192,115,52); }

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

border-color css

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

 span { border-color: rgb(192,115,52); }

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