Html Css Color HEX #C28A25 Nugget

📋 copy color: '#C28A25'

red 194 ◦ green 138 ◦ blue 37

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

Shades of Nugget #C28A25

Tints of Nugget #C28A25

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.4%

 BLUE value IS 37 (14.84% from 255) = 10.03%

R = 52.57%
G = 37.4%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C28A25 (or 0xC28A25) is known color: Nugget. HEX triplet: C2, 8A and 25. RGB value is (194,138,37). Sum of RGB (Red+Green+Blue) = 194+138+37=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28A25 is #3D75DA. Grayscale: #8F8F8F. Windows color (decimal): -4027867 or 2460354. OLE color: 2460354.

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

Color convert

RGB 194 138 37 -
CMYK 0 0.29 0.81 0.24
HSL 38.6º 0.68% 0.45% -
HSV(B) 38.6º 0.81% 0.76% -
XYZ 31.67 29.78 5.83 -
YUV 143.23 68.05 164.21 -
System Red Green Blue C M Y K H S L
Decimal 194 138 37 0 0.29 0.81 0.24 38.6 0.68 0.45
Hex C2 8A 25 0 1D 51 18 27 44 2D
Octal 302 212 45 0 35 121 30 47 104 55
Binary 11000010 10001010 100101 0 11101 1010001 11000 100111 1000100 101101

Color Harmonies of #C28A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28A25

Black with #C28A25

Text Example


Text Example

White with #C28A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28A25; }

 p { color: rgb(194,138,37); }

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

background-color css

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

 a { background-color: rgb(194,138,37); }

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

border-color css

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

 span { border-color: rgb(194,138,37); }

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