Html Css Color HEX #C07534 Meteor

📋 copy color: '#C07534'

red 192 ◦ green 117 ◦ blue 52

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

Shades of Meteor #C07534

Tints of Meteor #C07534

RGB

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

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

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

R = 53.19%
G = 32.41%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C07534 (or 0xC07534) is known color: Meteor. HEX triplet: C0, 75 and 34. RGB value is (192,117,52). Sum of RGB (Red+Green+Blue) = 192+117+52=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C07534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07534 is #3F8ACB. Grayscale: #848484. Windows color (decimal): -4164300 or 3438016. OLE color: 3438016.

HSL color Cylindrical-coordinate representation of color #C07534: hue angle of 27.86º 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 #C07534 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 117 52 -
CMYK 0 0.39 0.73 0.25
HSL 27.86º 0.57% 0.48% -
HSV(B) 27.86º 0.73% 0.75% -
XYZ 28.72 24.18 6.4 -
YUV 132.02 82.85 170.79 -
System Red Green Blue C M Y K H S L
Decimal 192 117 52 0 0.39 0.73 0.25 27.86 0.57 0.48
Hex C0 75 34 0 27 49 19 1C 39 30
Octal 300 165 64 0 47 111 31 34 71 60
Binary 11000000 1110101 110100 0 100111 1001001 11001 11100 111001 110000

Color Harmonies of #C07534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07534

Black with #C07534

Text Example


Text Example

White with #C07534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07534; }

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

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

background-color css

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

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

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

border-color css

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

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

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