Html Css Color HEX #C39631 Nugget

📋 copy color: '#C39631'

red 195 ◦ green 150 ◦ blue 49

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

Shades of Nugget #C39631

Tints of Nugget #C39631

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.07%

 BLUE value IS 49 (19.53% from 255) = 12.44%

R = 49.49%
G = 38.07%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C39631 (or 0xC39631) is known color: Nugget. HEX triplet: C3, 96 and 31. RGB value is (195,150,49). Sum of RGB (Red+Green+Blue) = 195+150+49=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 49 (19.53% from 255 or 12.44% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C39631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39631 is #3C69CE. Grayscale: #989898. Windows color (decimal): -3959247 or 3249859. OLE color: 3249859.

HSL color Cylindrical-coordinate representation of color #C39631: hue angle of 41.51º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C39631 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 150 49 -
CMYK 0 0.23 0.75 0.24
HSL 41.51º 0.6% 0.48% -
HSV(B) 41.51º 0.75% 0.76% -
XYZ 33.97 33.64 7.61 -
YUV 151.94 69.91 158.71 -
System Red Green Blue C M Y K H S L
Decimal 195 150 49 0 0.23 0.75 0.24 41.51 0.6 0.48
Hex C3 96 31 0 17 4B 18 2A 3C 30
Octal 303 226 61 0 27 113 30 52 74 60
Binary 11000011 10010110 110001 0 10111 1001011 11000 101010 111100 110000

Color Harmonies of #C39631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39631

Black with #C39631

Text Example


Text Example

White with #C39631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39631; }

 p { color: rgb(195,150,49); }

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

background-color css

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

 a { background-color: rgb(195,150,49); }

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

border-color css

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

 span { border-color: rgb(195,150,49); }

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