Html Css Color HEX #C39326 Nugget

📋 copy color: '#C39326'

red 195 ◦ green 147 ◦ blue 38

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

Shades of Nugget #C39326

Tints of Nugget #C39326

RGB

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

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

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

R = 51.32%
G = 38.68%
B = 10%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C39326 (or 0xC39326) is known color: Nugget. HEX triplet: C3, 93 and 26. RGB value is (195,147,38). Sum of RGB (Red+Green+Blue) = 195+147+38=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 38 (15.23% from 255 or 10% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C39326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39326 is #3C6CD9. Grayscale: #959595. Windows color (decimal): -3960026 or 2528195. OLE color: 2528195.

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

Color convert

RGB 195 147 38 -
CMYK 0 0.25 0.81 0.24
HSL 41.66º 0.67% 0.46% -
HSV(B) 41.66º 0.81% 0.76% -
XYZ 33.29 32.61 6.37 -
YUV 148.93 65.4 160.86 -
System Red Green Blue C M Y K H S L
Decimal 195 147 38 0 0.25 0.81 0.24 41.66 0.67 0.46
Hex C3 93 26 0 19 51 18 2A 43 2E
Octal 303 223 46 0 31 121 30 52 103 56
Binary 11000011 10010011 100110 0 11001 1010001 11000 101010 1000011 101110

Color Harmonies of #C39326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39326

Black with #C39326

Text Example


Text Example

White with #C39326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39326; }

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

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

background-color css

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

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

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

border-color css

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

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

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