Html Css Color HEX #C28525 Geebung

📋 copy color: '#C28525'

red 194 ◦ green 133 ◦ blue 37

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

Shades of Geebung #C28525

Tints of Geebung #C28525

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.54%

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

R = 53.3%
G = 36.54%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C28525 (or 0xC28525) is known color: Geebung. HEX triplet: C2, 85 and 25. RGB value is (194,133,37). Sum of RGB (Red+Green+Blue) = 194+133+37=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 37 (14.84% from 255 or 10.16% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C28525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28525 is #3D7ADA. Grayscale: #8C8C8C. Windows color (decimal): -4029147 or 2459074. OLE color: 2459074.

HSL color Cylindrical-coordinate representation of color #C28525: hue angle of 36.69º 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 #C28525 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 133 37 -
CMYK 0 0.31 0.81 0.24
HSL 36.69º 0.68% 0.45% -
HSV(B) 36.69º 0.81% 0.76% -
XYZ 30.97 28.38 5.6 -
YUV 140.3 69.71 166.31 -
System Red Green Blue C M Y K H S L
Decimal 194 133 37 0 0.31 0.81 0.24 36.69 0.68 0.45
Hex C2 85 25 0 1F 51 18 25 44 2D
Octal 302 205 45 0 37 121 30 45 104 55
Binary 11000010 10000101 100101 0 11111 1010001 11000 100101 1000100 101101

Color Harmonies of #C28525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28525

Black with #C28525

Text Example


Text Example

White with #C28525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28525; }

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

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

background-color css

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

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

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

border-color css

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

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

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