Html Css Color HEX #C48E25 Nugget

📋 copy color: '#C48E25'

red 196 ◦ green 142 ◦ blue 37

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

Shades of Nugget #C48E25

Tints of Nugget #C48E25

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.87%

 BLUE value IS 37 (14.84% from 255) = 9.87%

R = 52.27%
G = 37.87%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C48E25 (or 0xC48E25) is known color: Nugget. HEX triplet: C4, 8E and 25. RGB value is (196,142,37). Sum of RGB (Red+Green+Blue) = 196+142+37=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48E25 is #3B71DA. Grayscale: #929292. Windows color (decimal): -3895771 or 2461380. OLE color: 2461380.

HSL color Cylindrical-coordinate representation of color #C48E25: hue angle of 39.62º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C48E25 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 142 37 -
CMYK 0 0.28 0.81 0.23
HSL 39.62º 0.68% 0.46% -
HSV(B) 39.62º 0.81% 0.77% -
XYZ 32.77 31.22 6.05 -
YUV 146.18 66.39 163.54 -
System Red Green Blue C M Y K H S L
Decimal 196 142 37 0 0.28 0.81 0.23 39.62 0.68 0.46
Hex C4 8E 25 0 1C 51 17 28 44 2E
Octal 304 216 45 0 34 121 27 50 104 56
Binary 11000100 10001110 100101 0 11100 1010001 10111 101000 1000100 101110

Color Harmonies of #C48E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48E25

Black with #C48E25

Text Example


Text Example

White with #C48E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48E25; }

 p { color: rgb(196,142,37); }

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

background-color css

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

 a { background-color: rgb(196,142,37); }

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

border-color css

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

 span { border-color: rgb(196,142,37); }

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