Html Css Color HEX #C39126 Nugget

📋 copy color: '#C39126'

red 195 ◦ green 145 ◦ blue 38

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

Shades of Nugget #C39126

Tints of Nugget #C39126

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.36%

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

R = 51.59%
G = 38.36%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C39126 (or 0xC39126) is known color: Nugget. HEX triplet: C3, 91 and 26. RGB value is (195,145,38). Sum of RGB (Red+Green+Blue) = 195+145+38=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 38 (15.23% from 255 or 10.05% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C39126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39126 is #3C6ED9. Grayscale: #949494. Windows color (decimal): -3960538 or 2527683. OLE color: 2527683.

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

Color convert

RGB 195 145 38 -
CMYK 0 0.26 0.81 0.24
HSL 40.89º 0.67% 0.46% -
HSV(B) 40.89º 0.81% 0.76% -
XYZ 32.98 31.99 6.27 -
YUV 147.75 66.07 161.7 -
System Red Green Blue C M Y K H S L
Decimal 195 145 38 0 0.26 0.81 0.24 40.89 0.67 0.46
Hex C3 91 26 0 1A 51 18 29 43 2E
Octal 303 221 46 0 32 121 30 51 103 56
Binary 11000011 10010001 100110 0 11010 1010001 11000 101001 1000011 101110

Color Harmonies of #C39126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39126

Black with #C39126

Text Example


Text Example

White with #C39126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39126; }

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

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

background-color css

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

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

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

border-color css

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

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

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