Html Css Color HEX #C4952B Nugget

📋 copy color: '#C4952B'

red 196 ◦ green 149 ◦ blue 43

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

Shades of Nugget #C4952B

Tints of Nugget #C4952B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.4%

 BLUE value IS 43 (17.19% from 255) = 11.08%

R = 50.52%
G = 38.4%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4952B (or 0xC4952B) is known color: Nugget. HEX triplet: C4, 95 and 2B. RGB value is (196,149,43). Sum of RGB (Red+Green+Blue) = 196+149+43=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 43 (17.19% from 255 or 11.08% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4952B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4952B is #3B6AD4. Grayscale: #979797. Windows color (decimal): -3893973 or 2856388. OLE color: 2856388.

HSL color Cylindrical-coordinate representation of color #C4952B: hue angle of 41.57º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4952B is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 149 43 -
CMYK 0 0.24 0.78 0.23
HSL 41.57º 0.64% 0.47% -
HSV(B) 41.57º 0.78% 0.77% -
XYZ 33.95 33.41 6.94 -
YUV 150.97 67.07 160.12 -
System Red Green Blue C M Y K H S L
Decimal 196 149 43 0 0.24 0.78 0.23 41.57 0.64 0.47
Hex C4 95 2B 0 18 4E 17 2A 40 2F
Octal 304 225 53 0 30 116 27 52 100 57
Binary 11000100 10010101 101011 0 11000 1001110 10111 101010 1000000 101111

Color Harmonies of #C4952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4952B

Black with #C4952B

Text Example


Text Example

White with #C4952B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4952B; }

 p { color: rgb(196,149,43); }

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

background-color css

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

 a { background-color: rgb(196,149,43); }

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

border-color css

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

 span { border-color: rgb(196,149,43); }

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