Html Css Color HEX #C28F23 Nugget

📋 copy color: '#C28F23'

red 194 ◦ green 143 ◦ blue 35

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

Shades of Nugget #C28F23

Tints of Nugget #C28F23

RGB

 RED value IS 194 (76.17% from 255) = 52.15%

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

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

R = 52.15%
G = 38.44%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C28F23 (or 0xC28F23) is known color: Nugget. HEX triplet: C2, 8F and 23. RGB value is (194,143,35). Sum of RGB (Red+Green+Blue) = 194+143+35=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 35 (14.06% from 255 or 9.41% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28F23 is #3D70DC. Grayscale: #929292. Windows color (decimal): -4026589 or 2330562. OLE color: 2330562.

HSL color Cylindrical-coordinate representation of color #C28F23: hue angle of 40.75º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C28F23 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 143 35 -
CMYK 0 0.26 0.82 0.24
HSL 40.75º 0.69% 0.45% -
HSV(B) 40.75º 0.82% 0.76% -
XYZ 32.37 31.24 5.91 -
YUV 145.94 65.4 162.28 -
System Red Green Blue C M Y K H S L
Decimal 194 143 35 0 0.26 0.82 0.24 40.75 0.69 0.45
Hex C2 8F 23 0 1A 52 18 29 45 2D
Octal 302 217 43 0 32 122 30 51 105 55
Binary 11000010 10001111 100011 0 11010 1010010 11000 101001 1000101 101101

Color Harmonies of #C28F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28F23

Black with #C28F23

Text Example


Text Example

White with #C28F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28F23; }

 p { color: rgb(194,143,35); }

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

background-color css

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

 a { background-color: rgb(194,143,35); }

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

border-color css

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

 span { border-color: rgb(194,143,35); }

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