Html Css Color HEX #C39A26 Nugget

📋 copy color: '#C39A26'

red 195 ◦ green 154 ◦ blue 38

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

Shades of Nugget #C39A26

Tints of Nugget #C39A26

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.79%

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

R = 50.39%
G = 39.79%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C39A26 (or 0xC39A26) is known color: Nugget. HEX triplet: C3, 9A and 26. RGB value is (195,154,38). Sum of RGB (Red+Green+Blue) = 195+154+38=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 38 (15.23% from 255 or 9.82% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39A26 is #3C65D9. Grayscale: #999999. Windows color (decimal): -3958234 or 2529987. OLE color: 2529987.

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

Color convert

RGB 195 154 38 -
CMYK 0 0.21 0.81 0.24
HSL 44.33º 0.67% 0.46% -
HSV(B) 44.33º 0.81% 0.76% -
XYZ 34.41 34.85 6.75 -
YUV 153.04 63.08 157.93 -
System Red Green Blue C M Y K H S L
Decimal 195 154 38 0 0.21 0.81 0.24 44.33 0.67 0.46
Hex C3 9A 26 0 15 51 18 2C 43 2E
Octal 303 232 46 0 25 121 30 54 103 56
Binary 11000011 10011010 100110 0 10101 1010001 11000 101100 1000011 101110

Color Harmonies of #C39A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39A26

Black with #C39A26

Text Example


Text Example

White with #C39A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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