Html Css Color HEX #C3772C Meteor

📋 copy color: '#C3772C'

red 195 ◦ green 119 ◦ blue 44

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

Shades of Meteor #C3772C

Tints of Meteor #C3772C

RGB

 RED value IS 195 (76.56% from 255) = 54.47%

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

 BLUE value IS 44 (17.58% from 255) = 12.29%

R = 54.47%
G = 33.24%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3772C (or 0xC3772C) is known color: Meteor. HEX triplet: C3, 77 and 2C. RGB value is (195,119,44). Sum of RGB (Red+Green+Blue) = 195+119+44=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C3772C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3772C is #3C88D3. Grayscale: #858585. Windows color (decimal): -3967188 or 2914243. OLE color: 2914243.

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

Color convert

RGB 195 119 44 -
CMYK 0 0.39 0.77 0.24
HSL 29.8º 0.63% 0.47% -
HSV(B) 29.8º 0.77% 0.76% -
XYZ 29.56 24.98 5.65 -
YUV 133.17 77.68 172.1 -
System Red Green Blue C M Y K H S L
Decimal 195 119 44 0 0.39 0.77 0.24 29.8 0.63 0.47
Hex C3 77 2C 0 27 4D 18 1E 3F 2F
Octal 303 167 54 0 47 115 30 36 77 57
Binary 11000011 1110111 101100 0 100111 1001101 11000 11110 111111 101111

Color Harmonies of #C3772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3772C

Black with #C3772C

Text Example


Text Example

White with #C3772C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3772C; }

 p { color: rgb(195,119,44); }

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

background-color css

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

 a { background-color: rgb(195,119,44); }

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

border-color css

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

 span { border-color: rgb(195,119,44); }

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