Html Css Color HEX #C3931F Nugget

📋 copy color: '#C3931F'

red 195 ◦ green 147 ◦ blue 31

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

Shades of Nugget #C3931F

Tints of Nugget #C3931F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.41%

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

R = 52.28%
G = 39.41%
B = 8.31%

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

#C3931F (or 0xC3931F) is known color: Nugget. HEX triplet: C3, 93 and 1F. RGB value is (195,147,31). Sum of RGB (Red+Green+Blue) = 195+147+31=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C3931F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3931F is #3C6CE0. Grayscale: #949494. Windows color (decimal): -3960033 or 2069443. OLE color: 2069443.

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

Color convert

RGB 195 147 31 -
CMYK 0 0.25 0.84 0.24
HSL 42.44º 0.73% 0.44% -
HSV(B) 42.44º 0.84% 0.76% -
XYZ 33.19 32.57 5.83 -
YUV 148.13 61.9 161.43 -
System Red Green Blue C M Y K H S L
Decimal 195 147 31 0 0.25 0.84 0.24 42.44 0.73 0.44
Hex C3 93 1F 0 19 54 18 2A 49 2C
Octal 303 223 37 0 31 124 30 52 111 54
Binary 11000011 10010011 11111 0 11001 1010100 11000 101010 1001001 101100

Color Harmonies of #C3931F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3931F

Black with #C3931F

Text Example


Text Example

White with #C3931F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3931F; }

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

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

background-color css

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

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

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

border-color css

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

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

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