Html Css Color HEX #C78D23 Nugget

📋 copy color: '#C78D23'

red 199 ◦ green 141 ◦ blue 35

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

Shades of Nugget #C78D23

Tints of Nugget #C78D23

RGB

 RED value IS 199 (78.13% from 255) = 53.07%

 GREEN value IS 141 (55.47% from 255) = 37.6%

 BLUE value IS 35 (14.06% from 255) = 9.33%

R = 53.07%
G = 37.6%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C78D23 (or 0xC78D23) is known color: Nugget. HEX triplet: C7, 8D and 23. RGB value is (199,141,35). Sum of RGB (Red+Green+Blue) = 199+141+35=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78D23 is #3872DC. Grayscale: #929292. Windows color (decimal): -3699421 or 2330055. OLE color: 2330055.

HSL color Cylindrical-coordinate representation of color #C78D23: hue angle of 38.78º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C78D23 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 141 35 -
CMYK 0 0.29 0.82 0.22
HSL 38.78º 0.7% 0.46% -
HSV(B) 38.78º 0.82% 0.78% -
XYZ 33.38 31.31 5.87 -
YUV 146.26 65.22 165.62 -
System Red Green Blue C M Y K H S L
Decimal 199 141 35 0 0.29 0.82 0.22 38.78 0.7 0.46
Hex C7 8D 23 0 1D 52 16 27 46 2E
Octal 307 215 43 0 35 122 26 47 106 56
Binary 11000111 10001101 100011 0 11101 1010010 10110 100111 1000110 101110

Color Harmonies of #C78D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78D23

Black with #C78D23

Text Example


Text Example

White with #C78D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78D23; }

 p { color: rgb(199,141,35); }

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

background-color css

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

 a { background-color: rgb(199,141,35); }

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

border-color css

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

 span { border-color: rgb(199,141,35); }

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