Html Css Color HEX #C3742D Meteor

📋 copy color: '#C3742D'

red 195 ◦ green 116 ◦ blue 45

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

Shades of Meteor #C3742D

Tints of Meteor #C3742D

RGB

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

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

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

R = 54.78%
G = 32.58%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3742D (or 0xC3742D) is known color: Meteor. HEX triplet: C3, 74 and 2D. RGB value is (195,116,45). Sum of RGB (Red+Green+Blue) = 195+116+45=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C3742D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3742D is #3C8BD2. Grayscale: #838383. Windows color (decimal): -3967955 or 2979011. OLE color: 2979011.

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

Color convert

RGB 195 116 45 -
CMYK 0 0.41 0.77 0.24
HSL 28.4º 0.63% 0.47% -
HSV(B) 28.4º 0.77% 0.76% -
XYZ 29.22 24.28 5.63 -
YUV 131.53 79.17 173.27 -
System Red Green Blue C M Y K H S L
Decimal 195 116 45 0 0.41 0.77 0.24 28.4 0.63 0.47
Hex C3 74 2D 0 29 4D 18 1C 3E 2F
Octal 303 164 55 0 51 115 30 34 76 57
Binary 11000011 1110100 101101 0 101001 1001101 11000 11100 111110 101111

Color Harmonies of #C3742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3742D

Black with #C3742D

Text Example


Text Example

White with #C3742D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3742D; }

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

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

background-color css

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

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

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

border-color css

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

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

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