Html Css Color HEX #C4742D Meteor

📋 copy color: '#C4742D'

red 196 ◦ green 116 ◦ blue 45

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

Shades of Meteor #C4742D

Tints of Meteor #C4742D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.49%

 BLUE value IS 45 (17.97% from 255) = 12.61%

R = 54.9%
G = 32.49%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4742D (or 0xC4742D) is known color: Meteor. HEX triplet: C4, 74 and 2D. RGB value is (196,116,45). Sum of RGB (Red+Green+Blue) = 196+116+45=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4742D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4742D is #3B8BD2. Grayscale: #848484. Windows color (decimal): -3902419 or 2979012. OLE color: 2979012.

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

Color convert

RGB 196 116 45 -
CMYK 0 0.41 0.77 0.23
HSL 28.21º 0.63% 0.47% -
HSV(B) 28.21º 0.77% 0.77% -
XYZ 29.48 24.42 5.64 -
YUV 131.83 79 173.77 -
System Red Green Blue C M Y K H S L
Decimal 196 116 45 0 0.41 0.77 0.23 28.21 0.63 0.47
Hex C4 74 2D 0 29 4D 17 1C 3F 2F
Octal 304 164 55 0 51 115 27 34 77 57
Binary 11000100 1110100 101101 0 101001 1001101 10111 11100 111111 101111

Color Harmonies of #C4742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4742D

Black with #C4742D

Text Example


Text Example

White with #C4742D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4742D; }

 p { color: rgb(196,116,45); }

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

background-color css

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

 a { background-color: rgb(196,116,45); }

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

border-color css

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

 span { border-color: rgb(196,116,45); }

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