Html Css Color HEX #C39426 Nugget

📋 copy color: '#C39426'

red 195 ◦ green 148 ◦ blue 38

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

Shades of Nugget #C39426

Tints of Nugget #C39426

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.85%

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

R = 51.18%
G = 38.85%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C39426 (or 0xC39426) is known color: Nugget. HEX triplet: C3, 94 and 26. RGB value is (195,148,38). Sum of RGB (Red+Green+Blue) = 195+148+38=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 38 (15.23% from 255 or 9.97% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C39426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39426 is #3C6BD9. Grayscale: #969696. Windows color (decimal): -3959770 or 2528451. OLE color: 2528451.

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

Color convert

RGB 195 148 38 -
CMYK 0 0.24 0.81 0.24
HSL 42.04º 0.67% 0.46% -
HSV(B) 42.04º 0.81% 0.76% -
XYZ 33.45 32.92 6.43 -
YUV 149.51 65.07 160.44 -
System Red Green Blue C M Y K H S L
Decimal 195 148 38 0 0.24 0.81 0.24 42.04 0.67 0.46
Hex C3 94 26 0 18 51 18 2A 43 2E
Octal 303 224 46 0 30 121 30 52 103 56
Binary 11000011 10010100 100110 0 11000 1010001 11000 101010 1000011 101110

Color Harmonies of #C39426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39426

Black with #C39426

Text Example


Text Example

White with #C39426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39426; }

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

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

background-color css

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

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

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

border-color css

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

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

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