Html Css Color HEX #C4932B Nugget

📋 copy color: '#C4932B'

red 196 ◦ green 147 ◦ blue 43

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

Shades of Nugget #C4932B

Tints of Nugget #C4932B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.08%

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

R = 50.78%
G = 38.08%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4932B (or 0xC4932B) is known color: Nugget. HEX triplet: C4, 93 and 2B. RGB value is (196,147,43). Sum of RGB (Red+Green+Blue) = 196+147+43=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4932B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4932B is #3B6CD4. Grayscale: #969696. Windows color (decimal): -3894485 or 2855876. OLE color: 2855876.

HSL color Cylindrical-coordinate representation of color #C4932B: hue angle of 40.78º 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 #C4932B is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 147 43 -
CMYK 0 0.25 0.78 0.23
HSL 40.78º 0.64% 0.47% -
HSV(B) 40.78º 0.78% 0.77% -
XYZ 33.63 32.78 6.84 -
YUV 149.8 67.73 160.96 -
System Red Green Blue C M Y K H S L
Decimal 196 147 43 0 0.25 0.78 0.23 40.78 0.64 0.47
Hex C4 93 2B 0 19 4E 17 29 40 2F
Octal 304 223 53 0 31 116 27 51 100 57
Binary 11000100 10010011 101011 0 11001 1001110 10111 101001 1000000 101111

Color Harmonies of #C4932B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4932B

Black with #C4932B

Text Example


Text Example

White with #C4932B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4932B; }

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

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

background-color css

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

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

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

border-color css

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

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

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