Html Css Color HEX #C39122 Nugget

📋 copy color: '#C39122'

red 195 ◦ green 145 ◦ blue 34

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

Shades of Nugget #C39122

Tints of Nugget #C39122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.09%

R = 52.14%
G = 38.77%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C39122 (or 0xC39122) is known color: Nugget. HEX triplet: C3, 91 and 22. RGB value is (195,145,34). Sum of RGB (Red+Green+Blue) = 195+145+34=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 34 (13.67% from 255 or 9.09% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C39122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39122 is #3C6EDD. Grayscale: #939393. Windows color (decimal): -3960542 or 2265539. OLE color: 2265539.

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

Color convert

RGB 195 145 34 -
CMYK 0 0.26 0.83 0.24
HSL 41.37º 0.7% 0.45% -
HSV(B) 41.37º 0.83% 0.76% -
XYZ 32.92 31.97 5.95 -
YUV 147.3 64.07 162.03 -
System Red Green Blue C M Y K H S L
Decimal 195 145 34 0 0.26 0.83 0.24 41.37 0.7 0.45
Hex C3 91 22 0 1A 53 18 29 46 2D
Octal 303 221 42 0 32 123 30 51 106 55
Binary 11000011 10010001 100010 0 11010 1010011 11000 101001 1000110 101101

Color Harmonies of #C39122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39122

Black with #C39122

Text Example


Text Example

White with #C39122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39122; }

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

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

background-color css

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

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

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

border-color css

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

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

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