Html Css Color HEX #C48C1E Nugget

📋 copy color: '#C48C1E'

red 196 ◦ green 140 ◦ blue 30

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

Shades of Nugget #C48C1E

Tints of Nugget #C48C1E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.25%

 BLUE value IS 30 (12.11% from 255) = 8.2%

R = 53.55%
G = 38.25%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C48C1E (or 0xC48C1E) is known color: Nugget. HEX triplet: C4, 8C and 1E. RGB value is (196,140,30). Sum of RGB (Red+Green+Blue) = 196+140+30=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48C1E is #3B73E1. Grayscale: #909090. Windows color (decimal): -3896290 or 2002116. OLE color: 2002116.

HSL color Cylindrical-coordinate representation of color #C48C1E: hue angle of 39.76º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C48C1E is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 140 30 -
CMYK 0 0.29 0.85 0.23
HSL 39.76º 0.73% 0.44% -
HSV(B) 39.76º 0.85% 0.77% -
XYZ 32.38 30.59 5.43 -
YUV 144.2 63.55 164.94 -
System Red Green Blue C M Y K H S L
Decimal 196 140 30 0 0.29 0.85 0.23 39.76 0.73 0.44
Hex C4 8C 1E 0 1D 55 17 28 49 2C
Octal 304 214 36 0 35 125 27 50 111 54
Binary 11000100 10001100 11110 0 11101 1010101 10111 101000 1001001 101100

Color Harmonies of #C48C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48C1E

Black with #C48C1E

Text Example


Text Example

White with #C48C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48C1E; }

 p { color: rgb(196,140,30); }

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

background-color css

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

 a { background-color: rgb(196,140,30); }

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

border-color css

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

 span { border-color: rgb(196,140,30); }

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