Html Css Color HEX #C37432 Meteor

📋 copy color: '#C37432'

red 195 ◦ green 116 ◦ blue 50

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

Shades of Meteor #C37432

Tints of Meteor #C37432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.85%

R = 54.02%
G = 32.13%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C37432 (or 0xC37432) is known color: Meteor. HEX triplet: C3, 74 and 32. RGB value is (195,116,50). Sum of RGB (Red+Green+Blue) = 195+116+50=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C37432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37432 is #3C8BCD. Grayscale: #848484. Windows color (decimal): -3967950 or 3306691. OLE color: 3306691.

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

Color convert

RGB 195 116 50 -
CMYK 0 0.41 0.74 0.24
HSL 27.31º 0.59% 0.48% -
HSV(B) 27.31º 0.74% 0.76% -
XYZ 29.33 24.32 6.17 -
YUV 132.1 81.67 172.87 -
System Red Green Blue C M Y K H S L
Decimal 195 116 50 0 0.41 0.74 0.24 27.31 0.59 0.48
Hex C3 74 32 0 29 4A 18 1B 3B 30
Octal 303 164 62 0 51 112 30 33 73 60
Binary 11000011 1110100 110010 0 101001 1001010 11000 11011 111011 110000

Color Harmonies of #C37432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37432

Black with #C37432

Text Example


Text Example

White with #C37432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37432; }

 p { color: rgb(195,116,50); }

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

background-color css

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

 a { background-color: rgb(195,116,50); }

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

border-color css

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

 span { border-color: rgb(195,116,50); }

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