Html Css Color HEX #C4782F Meteor

📋 copy color: '#C4782F'

red 196 ◦ green 120 ◦ blue 47

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

Shades of Meteor #C4782F

Tints of Meteor #C4782F

RGB

 RED value IS 196 (76.95% from 255) = 53.99%

 GREEN value IS 120 (47.27% from 255) = 33.06%

 BLUE value IS 47 (18.75% from 255) = 12.95%

R = 53.99%
G = 33.06%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C4782F (or 0xC4782F) is known color: Meteor. HEX triplet: C4, 78 and 2F. RGB value is (196,120,47). Sum of RGB (Red+Green+Blue) = 196+120+47=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C4782F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4782F is #3B87D0. Grayscale: #868686. Windows color (decimal): -3901393 or 3111108. OLE color: 3111108.

HSL color Cylindrical-coordinate representation of color #C4782F: hue angle of 29.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4782F is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 120 47 -
CMYK 0 0.39 0.76 0.23
HSL 29.4º 0.61% 0.48% -
HSV(B) 29.4º 0.76% 0.77% -
XYZ 29.99 25.37 6.01 -
YUV 134.4 78.68 171.94 -
System Red Green Blue C M Y K H S L
Decimal 196 120 47 0 0.39 0.76 0.23 29.4 0.61 0.48
Hex C4 78 2F 0 27 4C 17 1D 3D 30
Octal 304 170 57 0 47 114 27 35 75 60
Binary 11000100 1111000 101111 0 100111 1001100 10111 11101 111101 110000

Color Harmonies of #C4782F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4782F

Black with #C4782F

Text Example


Text Example

White with #C4782F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4782F; }

 p { color: rgb(196,120,47); }

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

background-color css

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

 a { background-color: rgb(196,120,47); }

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

border-color css

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

 span { border-color: rgb(196,120,47); }

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