Html Css Color HEX #C07634 Meteor

📋 copy color: '#C07634'

red 192 ◦ green 118 ◦ blue 52

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

Shades of Meteor #C07634

Tints of Meteor #C07634

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.6%

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

R = 53.04%
G = 32.6%
B = 14.36%

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

#C07634 (or 0xC07634) is known color: Meteor. HEX triplet: C0, 76 and 34. RGB value is (192,118,52). Sum of RGB (Red+Green+Blue) = 192+118+52=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C07634 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07634 is #3F89CB. Grayscale: #848484. Windows color (decimal): -4164044 or 3438272. OLE color: 3438272.

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

Color convert

RGB 192 118 52 -
CMYK 0 0.39 0.73 0.25
HSL 28.29º 0.57% 0.48% -
HSV(B) 28.29º 0.73% 0.75% -
XYZ 28.84 24.41 6.44 -
YUV 132.6 82.52 170.37 -
System Red Green Blue C M Y K H S L
Decimal 192 118 52 0 0.39 0.73 0.25 28.29 0.57 0.48
Hex C0 76 34 0 27 49 19 1C 39 30
Octal 300 166 64 0 47 111 31 34 71 60
Binary 11000000 1110110 110100 0 100111 1001001 11001 11100 111001 110000

Color Harmonies of #C07634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07634

Black with #C07634

Text Example


Text Example

White with #C07634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07634; }

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

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

background-color css

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

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

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

border-color css

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

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

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