Html Css Color HEX #C49023 Nugget

📋 copy color: '#C49023'

red 196 ◦ green 144 ◦ blue 35

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

Shades of Nugget #C49023

Tints of Nugget #C49023

RGB

 RED value IS 196 (76.95% from 255) = 52.27%

 GREEN value IS 144 (56.64% from 255) = 38.4%

 BLUE value IS 35 (14.06% from 255) = 9.33%

R = 52.27%
G = 38.4%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C49023 (or 0xC49023) is known color: Nugget. HEX triplet: C4, 90 and 23. RGB value is (196,144,35). Sum of RGB (Red+Green+Blue) = 196+144+35=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C49023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49023 is #3B6FDC. Grayscale: #939393. Windows color (decimal): -3895261 or 2330820. OLE color: 2330820.

HSL color Cylindrical-coordinate representation of color #C49023: hue angle of 40.62º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C49023 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 144 35 -
CMYK 0 0.27 0.82 0.23
HSL 40.62º 0.7% 0.45% -
HSV(B) 40.62º 0.82% 0.77% -
XYZ 33.04 31.8 5.99 -
YUV 147.12 64.73 162.86 -
System Red Green Blue C M Y K H S L
Decimal 196 144 35 0 0.27 0.82 0.23 40.62 0.7 0.45
Hex C4 90 23 0 1B 52 17 29 46 2D
Octal 304 220 43 0 33 122 27 51 106 55
Binary 11000100 10010000 100011 0 11011 1010010 10111 101001 1000110 101101

Color Harmonies of #C49023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49023

Black with #C49023

Text Example


Text Example

White with #C49023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49023; }

 p { color: rgb(196,144,35); }

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

background-color css

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

 a { background-color: rgb(196,144,35); }

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

border-color css

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

 span { border-color: rgb(196,144,35); }

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