Html Css Color HEX #C28526 Geebung

📋 copy color: '#C28526'

red 194 ◦ green 133 ◦ blue 38

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

Shades of Geebung #C28526

Tints of Geebung #C28526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.41%

R = 53.15%
G = 36.44%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C28526 (or 0xC28526) is known color: Geebung. HEX triplet: C2, 85 and 26. RGB value is (194,133,38). Sum of RGB (Red+Green+Blue) = 194+133+38=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C28526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28526 is #3D7AD9. Grayscale: #8C8C8C. Windows color (decimal): -4029146 or 2524610. OLE color: 2524610.

HSL color Cylindrical-coordinate representation of color #C28526: hue angle of 36.54º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C28526 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 133 38 -
CMYK 0 0.31 0.80 0.24
HSL 36.54º 0.67% 0.45% -
HSV(B) 36.54º 0.8% 0.76% -
XYZ 30.99 28.38 5.68 -
YUV 140.41 70.21 166.22 -
System Red Green Blue C M Y K H S L
Decimal 194 133 38 0 0.31 0.80 0.24 36.54 0.67 0.45
Hex C2 85 26 0 1F 50 18 25 43 2D
Octal 302 205 46 0 37 120 30 45 103 55
Binary 11000010 10000101 100110 0 11111 1010000 11000 100101 1000011 101101

Color Harmonies of #C28526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28526

Black with #C28526

Text Example


Text Example

White with #C28526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28526; }

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

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

background-color css

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

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

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

border-color css

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

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

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