Html Css Color HEX #C3921F Nugget

📋 copy color: '#C3921F'

red 195 ◦ green 146 ◦ blue 31

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

Shades of Nugget #C3921F

Tints of Nugget #C3921F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.25%

 BLUE value IS 31 (12.5% from 255) = 8.33%

R = 52.42%
G = 39.25%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3921F (or 0xC3921F) is known color: Nugget. HEX triplet: C3, 92 and 1F. RGB value is (195,146,31). Sum of RGB (Red+Green+Blue) = 195+146+31=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 31 (12.5% from 255 or 8.33% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3921F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3921F is #3C6DE0. Grayscale: #949494. Windows color (decimal): -3960289 or 2069187. OLE color: 2069187.

HSL color Cylindrical-coordinate representation of color #C3921F: hue angle of 42.07º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3921F is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 146 31 -
CMYK 0 0.25 0.84 0.24
HSL 42.07º 0.73% 0.44% -
HSV(B) 42.07º 0.84% 0.76% -
XYZ 33.03 32.26 5.78 -
YUV 147.54 62.23 161.85 -
System Red Green Blue C M Y K H S L
Decimal 195 146 31 0 0.25 0.84 0.24 42.07 0.73 0.44
Hex C3 92 1F 0 19 54 18 2A 49 2C
Octal 303 222 37 0 31 124 30 52 111 54
Binary 11000011 10010010 11111 0 11001 1010100 11000 101010 1001001 101100

Color Harmonies of #C3921F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3921F

Black with #C3921F

Text Example


Text Example

White with #C3921F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3921F; }

 p { color: rgb(195,146,31); }

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

background-color css

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

 a { background-color: rgb(195,146,31); }

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

border-color css

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

 span { border-color: rgb(195,146,31); }

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