Html Css Color HEX #C3911F Nugget

📋 copy color: '#C3911F'

red 195 ◦ green 145 ◦ blue 31

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

Shades of Nugget #C3911F

Tints of Nugget #C3911F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.08%

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

R = 52.56%
G = 39.08%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3911F (or 0xC3911F) is known color: Nugget. HEX triplet: C3, 91 and 1F. RGB value is (195,145,31). Sum of RGB (Red+Green+Blue) = 195+145+31=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3911F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3911F is #3C6EE0. Grayscale: #939393. Windows color (decimal): -3960545 or 2068931. OLE color: 2068931.

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

Color convert

RGB 195 145 31 -
CMYK 0 0.26 0.84 0.24
HSL 41.71º 0.73% 0.44% -
HSV(B) 41.71º 0.84% 0.76% -
XYZ 32.88 31.95 5.73 -
YUV 146.95 62.57 162.27 -
System Red Green Blue C M Y K H S L
Decimal 195 145 31 0 0.26 0.84 0.24 41.71 0.73 0.44
Hex C3 91 1F 0 1A 54 18 2A 49 2C
Octal 303 221 37 0 32 124 30 52 111 54
Binary 11000011 10010001 11111 0 11010 1010100 11000 101010 1001001 101100

Color Harmonies of #C3911F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3911F

Black with #C3911F

Text Example


Text Example

White with #C3911F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3911F; }

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

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

background-color css

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

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

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

border-color css

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

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

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