Html Css Color HEX #C07738 Meteor

📋 copy color: '#C07738'

red 192 ◦ green 119 ◦ blue 56

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

Shades of Meteor #C07738

Tints of Meteor #C07738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.26%

R = 52.32%
G = 32.43%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C07738 (or 0xC07738) is known color: Meteor. HEX triplet: C0, 77 and 38. RGB value is (192,119,56). Sum of RGB (Red+Green+Blue) = 192+119+56=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 56 (22.27% from 255 or 15.26% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C07738 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07738 is #3F88C7. Grayscale: #858585. Windows color (decimal): -4163784 or 3700672. OLE color: 3700672.

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

Color convert

RGB 192 119 56 -
CMYK 0 0.38 0.71 0.25
HSL 27.79º 0.55% 0.49% -
HSV(B) 27.79º 0.71% 0.75% -
XYZ 29.05 24.69 6.98 -
YUV 133.65 84.18 169.62 -
System Red Green Blue C M Y K H S L
Decimal 192 119 56 0 0.38 0.71 0.25 27.79 0.55 0.49
Hex C0 77 38 0 26 47 19 1C 37 31
Octal 300 167 70 0 46 107 31 34 67 61
Binary 11000000 1110111 111000 0 100110 1000111 11001 11100 110111 110001

Color Harmonies of #C07738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07738

Black with #C07738

Text Example


Text Example

White with #C07738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07738; }

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

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

background-color css

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

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

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

border-color css

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

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

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