Html Css Color HEX #C99522 Nugget

📋 copy color: '#C99522'

red 201 ◦ green 149 ◦ blue 34

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

Shades of Nugget #C99522

Tints of Nugget #C99522

RGB

 RED value IS 201 (78.91% from 255) = 52.34%

 GREEN value IS 149 (58.59% from 255) = 38.8%

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

R = 52.34%
G = 38.8%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C99522 (or 0xC99522) is known color: Nugget. HEX triplet: C9, 95 and 22. RGB value is (201,149,34). Sum of RGB (Red+Green+Blue) = 201+149+34=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 34 (13.67% from 255 or 8.85% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C99522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99522 is #366ADD. Grayscale: #979797. Windows color (decimal): -3566302 or 2266569. OLE color: 2266569.

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

Color convert

RGB 201 149 34 -
CMYK 0 0.26 0.83 0.21
HSL 41.32º 0.71% 0.46% -
HSV(B) 41.32º 0.83% 0.79% -
XYZ 35.12 34.03 6.23 -
YUV 151.44 61.73 163.35 -
System Red Green Blue C M Y K H S L
Decimal 201 149 34 0 0.26 0.83 0.21 41.32 0.71 0.46
Hex C9 95 22 0 1A 53 15 29 47 2E
Octal 311 225 42 0 32 123 25 51 107 56
Binary 11001001 10010101 100010 0 11010 1010011 10101 101001 1000111 101110

Color Harmonies of #C99522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99522

Black with #C99522

Text Example


Text Example

White with #C99522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99522; }

 p { color: rgb(201,149,34); }

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

background-color css

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

 a { background-color: rgb(201,149,34); }

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

border-color css

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

 span { border-color: rgb(201,149,34); }

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