Html Css Color HEX #C37231 Meteor

📋 copy color: '#C37231'

red 195 ◦ green 114 ◦ blue 49

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

Shades of Meteor #C37231

Tints of Meteor #C37231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.69%

R = 54.47%
G = 31.84%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C37231 (or 0xC37231) is known color: Meteor. HEX triplet: C3, 72 and 31. RGB value is (195,114,49). Sum of RGB (Red+Green+Blue) = 195+114+49=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C37231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37231 is #3C8DCE. Grayscale: #838383. Windows color (decimal): -3968463 or 3240643. OLE color: 3240643.

HSL color Cylindrical-coordinate representation of color #C37231: hue angle of 26.71º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C37231 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 114 49 -
CMYK 0 0.42 0.75 0.24
HSL 26.71º 0.6% 0.48% -
HSV(B) 26.71º 0.75% 0.76% -
XYZ 29.08 23.86 5.98 -
YUV 130.81 81.84 173.79 -
System Red Green Blue C M Y K H S L
Decimal 195 114 49 0 0.42 0.75 0.24 26.71 0.6 0.48
Hex C3 72 31 0 2A 4B 18 1B 3C 30
Octal 303 162 61 0 52 113 30 33 74 60
Binary 11000011 1110010 110001 0 101010 1001011 11000 11011 111100 110000

Color Harmonies of #C37231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37231

Black with #C37231

Text Example


Text Example

White with #C37231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37231; }

 p { color: rgb(195,114,49); }

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

background-color css

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

 a { background-color: rgb(195,114,49); }

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

border-color css

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

 span { border-color: rgb(195,114,49); }

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