Html Css Color HEX #C39626 Nugget

📋 copy color: '#C39626'

red 195 ◦ green 150 ◦ blue 38

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

Shades of Nugget #C39626

Tints of Nugget #C39626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.92%

R = 50.91%
G = 39.16%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C39626 (or 0xC39626) is known color: Nugget. HEX triplet: C3, 96 and 26. RGB value is (195,150,38). Sum of RGB (Red+Green+Blue) = 195+150+38=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 38 (15.23% from 255 or 9.92% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C39626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39626 is #3C69D9. Grayscale: #979797. Windows color (decimal): -3959258 or 2528963. OLE color: 2528963.

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

Color convert

RGB 195 150 38 -
CMYK 0 0.23 0.81 0.24
HSL 42.8º 0.67% 0.46% -
HSV(B) 42.8º 0.81% 0.76% -
XYZ 33.76 33.55 6.53 -
YUV 150.69 64.41 159.61 -
System Red Green Blue C M Y K H S L
Decimal 195 150 38 0 0.23 0.81 0.24 42.8 0.67 0.46
Hex C3 96 26 0 17 51 18 2B 43 2E
Octal 303 226 46 0 27 121 30 53 103 56
Binary 11000011 10010110 100110 0 10111 1010001 11000 101011 1000011 101110

Color Harmonies of #C39626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39626

Black with #C39626

Text Example


Text Example

White with #C39626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39626; }

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

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

background-color css

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

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

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

border-color css

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

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

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