Html Css Color HEX #C48A1A Nugget

📋 copy color: '#C48A1A'

red 196 ◦ green 138 ◦ blue 26

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

Shades of Nugget #C48A1A

Tints of Nugget #C48A1A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.33%

 BLUE value IS 26 (10.55% from 255) = 7.22%

R = 54.44%
G = 38.33%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C48A1A (or 0xC48A1A) is known color: Nugget. HEX triplet: C4, 8A and 1A. RGB value is (196,138,26). Sum of RGB (Red+Green+Blue) = 196+138+26=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 26 (10.55% from 255 or 7.22% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48A1A is #3B75E5. Grayscale: #8F8F8F. Windows color (decimal): -3896806 or 1739460. OLE color: 1739460.

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

Color convert

RGB 196 138 26 -
CMYK 0 0.30 0.87 0.23
HSL 39.53º 0.77% 0.44% -
HSV(B) 39.53º 0.87% 0.77% -
XYZ 32.04 29.99 5.08 -
YUV 142.57 62.22 166.11 -
System Red Green Blue C M Y K H S L
Decimal 196 138 26 0 0.30 0.87 0.23 39.53 0.77 0.44
Hex C4 8A 1A 0 1E 57 17 28 4D 2C
Octal 304 212 32 0 36 127 27 50 115 54
Binary 11000100 10001010 11010 0 11110 1010111 10111 101000 1001101 101100

Color Harmonies of #C48A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48A1A

Black with #C48A1A

Text Example


Text Example

White with #C48A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48A1A; }

 p { color: rgb(196,138,26); }

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

background-color css

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

 a { background-color: rgb(196,138,26); }

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

border-color css

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

 span { border-color: rgb(196,138,26); }

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