Html Css Color HEX #C39629 Nugget

📋 copy color: '#C39629'

red 195 ◦ green 150 ◦ blue 41

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

Shades of Nugget #C39629

Tints of Nugget #C39629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.62%

R = 50.52%
G = 38.86%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C39629 (or 0xC39629) is known color: Nugget. HEX triplet: C3, 96 and 29. RGB value is (195,150,41). Sum of RGB (Red+Green+Blue) = 195+150+41=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 41 (16.41% from 255 or 10.62% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C39629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39629 is #3C69D6. Grayscale: #979797. Windows color (decimal): -3959255 or 2725571. OLE color: 2725571.

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

Color convert

RGB 195 150 41 -
CMYK 0 0.23 0.79 0.24
HSL 42.47º 0.65% 0.46% -
HSV(B) 42.47º 0.79% 0.76% -
XYZ 33.81 33.57 6.8 -
YUV 151.03 65.91 159.36 -
System Red Green Blue C M Y K H S L
Decimal 195 150 41 0 0.23 0.79 0.24 42.47 0.65 0.46
Hex C3 96 29 0 17 4F 18 2A 41 2E
Octal 303 226 51 0 27 117 30 52 101 56
Binary 11000011 10010110 101001 0 10111 1001111 11000 101010 1000001 101110

Color Harmonies of #C39629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39629

Black with #C39629

Text Example


Text Example

White with #C39629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39629; }

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

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

background-color css

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

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

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

border-color css

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

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

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