Html Css Color HEX #C07734 Meteor

📋 copy color: '#C07734'

red 192 ◦ green 119 ◦ blue 52

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

Shades of Meteor #C07734

Tints of Meteor #C07734

RGB

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

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

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

R = 52.89%
G = 32.78%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C07734 (or 0xC07734) is known color: Meteor. HEX triplet: C0, 77 and 34. RGB value is (192,119,52). Sum of RGB (Red+Green+Blue) = 192+119+52=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C07734 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07734 is #3F88CB. Grayscale: #858585. Windows color (decimal): -4163788 or 3438528. OLE color: 3438528.

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

Color convert

RGB 192 119 52 -
CMYK 0 0.38 0.73 0.25
HSL 28.71º 0.57% 0.48% -
HSV(B) 28.71º 0.73% 0.75% -
XYZ 28.95 24.65 6.48 -
YUV 133.19 82.18 169.95 -
System Red Green Blue C M Y K H S L
Decimal 192 119 52 0 0.38 0.73 0.25 28.71 0.57 0.48
Hex C0 77 34 0 26 49 19 1D 39 30
Octal 300 167 64 0 46 111 31 35 71 60
Binary 11000000 1110111 110100 0 100110 1001001 11001 11101 111001 110000

Color Harmonies of #C07734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07734

Black with #C07734

Text Example


Text Example

White with #C07734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07734; }

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

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

background-color css

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

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

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

border-color css

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

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

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