Html Css Color HEX #C4722D Meteor

📋 copy color: '#C4722D'

red 196 ◦ green 114 ◦ blue 45

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

Shades of Meteor #C4722D

Tints of Meteor #C4722D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.11%

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

R = 55.21%
G = 32.11%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4722D (or 0xC4722D) is known color: Meteor. HEX triplet: C4, 72 and 2D. RGB value is (196,114,45). Sum of RGB (Red+Green+Blue) = 196+114+45=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C4722D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4722D is #3B8DD2. Grayscale: #838383. Windows color (decimal): -3902931 or 2978500. OLE color: 2978500.

HSL color Cylindrical-coordinate representation of color #C4722D: hue angle of 27.42º 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 #C4722D is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 114 45 -
CMYK 0 0.42 0.77 0.23
HSL 27.42º 0.63% 0.47% -
HSV(B) 27.42º 0.77% 0.77% -
XYZ 29.26 23.96 5.57 -
YUV 130.65 79.67 174.61 -
System Red Green Blue C M Y K H S L
Decimal 196 114 45 0 0.42 0.77 0.23 27.42 0.63 0.47
Hex C4 72 2D 0 2A 4D 17 1B 3F 2F
Octal 304 162 55 0 52 115 27 33 77 57
Binary 11000100 1110010 101101 0 101010 1001101 10111 11011 111111 101111

Color Harmonies of #C4722D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4722D

Black with #C4722D

Text Example


Text Example

White with #C4722D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4722D; }

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

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

background-color css

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

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

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

border-color css

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

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

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