Html Css Color HEX #C48F27 Nugget

📋 copy color: '#C48F27'

red 196 ◦ green 143 ◦ blue 39

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

Shades of Nugget #C48F27

Tints of Nugget #C48F27

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.83%

 BLUE value IS 39 (15.63% from 255) = 10.32%

R = 51.85%
G = 37.83%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C48F27 (or 0xC48F27) is known color: Nugget. HEX triplet: C4, 8F and 27. RGB value is (196,143,39). Sum of RGB (Red+Green+Blue) = 196+143+39=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48F27 is #3B70D8. Grayscale: #939393. Windows color (decimal): -3895513 or 2592708. OLE color: 2592708.

HSL color Cylindrical-coordinate representation of color #C48F27: hue angle of 39.75º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C48F27 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 143 39 -
CMYK 0 0.27 0.80 0.23
HSL 39.75º 0.67% 0.46% -
HSV(B) 39.75º 0.8% 0.77% -
XYZ 32.95 31.53 6.27 -
YUV 146.99 67.06 162.96 -
System Red Green Blue C M Y K H S L
Decimal 196 143 39 0 0.27 0.80 0.23 39.75 0.67 0.46
Hex C4 8F 27 0 1B 50 17 28 43 2E
Octal 304 217 47 0 33 120 27 50 103 56
Binary 11000100 10001111 100111 0 11011 1010000 10111 101000 1000011 101110

Color Harmonies of #C48F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48F27

Black with #C48F27

Text Example


Text Example

White with #C48F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48F27; }

 p { color: rgb(196,143,39); }

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

background-color css

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

 a { background-color: rgb(196,143,39); }

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

border-color css

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

 span { border-color: rgb(196,143,39); }

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