Html Css Color HEX #C3972D Nugget

📋 copy color: '#C3972D'

red 195 ◦ green 151 ◦ blue 45

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

Shades of Nugget #C3972D

Tints of Nugget #C3972D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.62%

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

R = 49.87%
G = 38.62%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3972D (or 0xC3972D) is known color: Nugget. HEX triplet: C3, 97 and 2D. RGB value is (195,151,45). Sum of RGB (Red+Green+Blue) = 195+151+45=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C3972D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3972D is #3C68D2. Grayscale: #989898. Windows color (decimal): -3958995 or 2987971. OLE color: 2987971.

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

Color convert

RGB 195 151 45 -
CMYK 0 0.23 0.77 0.24
HSL 42.4º 0.63% 0.47% -
HSV(B) 42.4º 0.77% 0.76% -
XYZ 34.05 33.92 7.24 -
YUV 152.07 67.58 158.62 -
System Red Green Blue C M Y K H S L
Decimal 195 151 45 0 0.23 0.77 0.24 42.4 0.63 0.47
Hex C3 97 2D 0 17 4D 18 2A 3E 2F
Octal 303 227 55 0 27 115 30 52 76 57
Binary 11000011 10010111 101101 0 10111 1001101 11000 101010 111110 101111

Color Harmonies of #C3972D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3972D

Black with #C3972D

Text Example


Text Example

White with #C3972D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3972D; }

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

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

background-color css

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

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

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

border-color css

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

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

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