Html Css Color HEX #C39A25 Nugget

📋 copy color: '#C39A25'

red 195 ◦ green 154 ◦ blue 37

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

Shades of Nugget #C39A25

Tints of Nugget #C39A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.59%

R = 50.52%
G = 39.9%
B = 9.59%

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

#C39A25 (or 0xC39A25) is known color: Nugget. HEX triplet: C3, 9A and 25. RGB value is (195,154,37). Sum of RGB (Red+Green+Blue) = 195+154+37=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 37 (14.84% from 255 or 9.59% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39A25 is #3C65DA. Grayscale: #999999. Windows color (decimal): -3958235 or 2464451. OLE color: 2464451.

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

Color convert

RGB 195 154 37 -
CMYK 0 0.21 0.81 0.24
HSL 44.43º 0.68% 0.45% -
HSV(B) 44.43º 0.81% 0.76% -
XYZ 34.4 34.85 6.66 -
YUV 152.92 62.58 158.01 -
System Red Green Blue C M Y K H S L
Decimal 195 154 37 0 0.21 0.81 0.24 44.43 0.68 0.45
Hex C3 9A 25 0 15 51 18 2C 44 2D
Octal 303 232 45 0 25 121 30 54 104 55
Binary 11000011 10011010 100101 0 10101 1010001 11000 101100 1000100 101101

Color Harmonies of #C39A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39A25

Black with #C39A25

Text Example


Text Example

White with #C39A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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