Html Css Color HEX #C3752D Meteor

📋 copy color: '#C3752D'

red 195 ◦ green 117 ◦ blue 45

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

Shades of Meteor #C3752D

Tints of Meteor #C3752D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.77%

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

R = 54.62%
G = 32.77%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3752D (or 0xC3752D) is known color: Meteor. HEX triplet: C3, 75 and 2D. RGB value is (195,117,45). Sum of RGB (Red+Green+Blue) = 195+117+45=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C3752D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3752D is #3C8AD2. Grayscale: #848484. Windows color (decimal): -3967699 or 2979267. OLE color: 2979267.

HSL color Cylindrical-coordinate representation of color #C3752D: hue angle of 28.8º degrees, saturation: 0.62, 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 #C3752D is Cyan = 0, Magento = 0.4, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 117 45 -
CMYK 0 0.4 0.77 0.24
HSL 28.8º 0.63% 0.47% -
HSV(B) 28.8º 0.77% 0.76% -
XYZ 29.34 24.51 5.67 -
YUV 132.11 78.84 172.85 -
System Red Green Blue C M Y K H S L
Decimal 195 117 45 0 0.4 0.77 0.24 28.8 0.63 0.47
Hex C3 75 2D 0 28 4D 18 1D 3E 2F
Octal 303 165 55 0 50 115 30 35 76 57
Binary 11000011 1110101 101101 0 101000 1001101 11000 11101 111110 101111

Color Harmonies of #C3752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3752D

Black with #C3752D

Text Example


Text Example

White with #C3752D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3752D; }

 p { color: rgb(195,117,45); }

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

background-color css

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

 a { background-color: rgb(195,117,45); }

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

border-color css

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

 span { border-color: rgb(195,117,45); }

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