Html Css Color HEX #C19824 Nugget

📋 copy color: '#C19824'

red 193 ◦ green 152 ◦ blue 36

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

Shades of Nugget #C19824

Tints of Nugget #C19824

RGB

 RED value IS 193 (75.78% from 255) = 50.66%

 GREEN value IS 152 (59.77% from 255) = 39.9%

 BLUE value IS 36 (14.45% from 255) = 9.45%

R = 50.66%
G = 39.9%
B = 9.45%

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

#C19824 (or 0xC19824) is known color: Nugget. HEX triplet: C1, 98 and 24. RGB value is (193,152,36). Sum of RGB (Red+Green+Blue) = 193+152+36=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 36 (14.45% from 255 or 9.45% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C19824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19824 is #3E67DB. Grayscale: #979797. Windows color (decimal): -4089820 or 2398401. OLE color: 2398401.

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

Color convert

RGB 193 152 36 -
CMYK 0 0.21 0.81 0.24
HSL 44.33º 0.69% 0.45% -
HSV(B) 44.33º 0.81% 0.76% -
XYZ 33.54 33.92 6.45 -
YUV 151.04 63.08 157.93 -
System Red Green Blue C M Y K H S L
Decimal 193 152 36 0 0.21 0.81 0.24 44.33 0.69 0.45
Hex C1 98 24 0 15 51 18 2C 45 2D
Octal 301 230 44 0 25 121 30 54 105 55
Binary 11000001 10011000 100100 0 10101 1010001 11000 101100 1000101 101101

Color Harmonies of #C19824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19824

Black with #C19824

Text Example


Text Example

White with #C19824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19824; }

 p { color: rgb(193,152,36); }

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

background-color css

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

 a { background-color: rgb(193,152,36); }

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

border-color css

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

 span { border-color: rgb(193,152,36); }

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