Html Css Color HEX #C48D23 Nugget

📋 copy color: '#C48D23'

red 196 ◦ green 141 ◦ blue 35

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

Shades of Nugget #C48D23

Tints of Nugget #C48D23

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.9%

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

R = 52.69%
G = 37.9%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C48D23 (or 0xC48D23) is known color: Nugget. HEX triplet: C4, 8D and 23. RGB value is (196,141,35). Sum of RGB (Red+Green+Blue) = 196+141+35=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 35 (14.06% from 255 or 9.41% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48D23 is #3B72DC. Grayscale: #919191. Windows color (decimal): -3896029 or 2330052. OLE color: 2330052.

HSL color Cylindrical-coordinate representation of color #C48D23: hue angle of 39.5º 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 #C48D23 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 141 35 -
CMYK 0 0.28 0.82 0.23
HSL 39.5º 0.7% 0.45% -
HSV(B) 39.5º 0.82% 0.77% -
XYZ 32.59 30.91 5.84 -
YUV 145.36 65.72 164.12 -
System Red Green Blue C M Y K H S L
Decimal 196 141 35 0 0.28 0.82 0.23 39.5 0.7 0.45
Hex C4 8D 23 0 1C 52 17 28 46 2D
Octal 304 215 43 0 34 122 27 50 106 55
Binary 11000100 10001101 100011 0 11100 1010010 10111 101000 1000110 101101

Color Harmonies of #C48D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48D23

Black with #C48D23

Text Example


Text Example

White with #C48D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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