Html Css Color HEX #C39A29 Nugget

📋 copy color: '#C39A29'

red 195 ◦ green 154 ◦ blue 41

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

Shades of Nugget #C39A29

Tints of Nugget #C39A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.51%

R = 50%
G = 39.49%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C39A29 (or 0xC39A29) is known color: Nugget. HEX triplet: C3, 9A and 29. RGB value is (195,154,41). Sum of RGB (Red+Green+Blue) = 195+154+41=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 41 (16.41% from 255 or 10.51% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39A29 is #3C65D6. Grayscale: #999999. Windows color (decimal): -3958231 or 2726595. OLE color: 2726595.

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

Color convert

RGB 195 154 41 -
CMYK 0 0.21 0.79 0.24
HSL 44.03º 0.65% 0.46% -
HSV(B) 44.03º 0.79% 0.76% -
XYZ 34.46 34.87 7.01 -
YUV 153.38 64.58 157.69 -
System Red Green Blue C M Y K H S L
Decimal 195 154 41 0 0.21 0.79 0.24 44.03 0.65 0.46
Hex C3 9A 29 0 15 4F 18 2C 41 2E
Octal 303 232 51 0 25 117 30 54 101 56
Binary 11000011 10011010 101001 0 10101 1001111 11000 101100 1000001 101110

Color Harmonies of #C39A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39A29

Black with #C39A29

Text Example


Text Example

White with #C39A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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