Html Css Color HEX #C4732A Meteor

📋 copy color: '#C4732A'

red 196 ◦ green 115 ◦ blue 42

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

Shades of Meteor #C4732A

Tints of Meteor #C4732A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.58%

 BLUE value IS 42 (16.8% from 255) = 11.9%

R = 55.52%
G = 32.58%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C4732A (or 0xC4732A) is known color: Meteor. HEX triplet: C4, 73 and 2A. RGB value is (196,115,42). Sum of RGB (Red+Green+Blue) = 196+115+42=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C4732A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4732A is #3B8CD5. Grayscale: #838383. Windows color (decimal): -3902678 or 2782148. OLE color: 2782148.

HSL color Cylindrical-coordinate representation of color #C4732A: hue angle of 28.44º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4732A is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 115 42 -
CMYK 0 0.41 0.79 0.23
HSL 28.44º 0.65% 0.47% -
HSV(B) 28.44º 0.79% 0.77% -
XYZ 29.31 24.16 5.31 -
YUV 130.9 77.84 174.44 -
System Red Green Blue C M Y K H S L
Decimal 196 115 42 0 0.41 0.79 0.23 28.44 0.65 0.47
Hex C4 73 2A 0 29 4F 17 1C 41 2F
Octal 304 163 52 0 51 117 27 34 101 57
Binary 11000100 1110011 101010 0 101001 1001111 10111 11100 1000001 101111

Color Harmonies of #C4732A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4732A

Black with #C4732A

Text Example


Text Example

White with #C4732A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4732A; }

 p { color: rgb(196,115,42); }

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

background-color css

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

 a { background-color: rgb(196,115,42); }

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

border-color css

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

 span { border-color: rgb(196,115,42); }

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