Html Css Color HEX #C28426 Geebung

📋 copy color: '#C28426'

red 194 ◦ green 132 ◦ blue 38

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

Shades of Geebung #C28426

Tints of Geebung #C28426

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.26%

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

R = 53.3%
G = 36.26%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C28426 (or 0xC28426) is known color: Geebung. HEX triplet: C2, 84 and 26. RGB value is (194,132,38). Sum of RGB (Red+Green+Blue) = 194+132+38=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 38 (15.23% from 255 or 10.44% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C28426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28426 is #3D7BD9. Grayscale: #8C8C8C. Windows color (decimal): -4029402 or 2524354. OLE color: 2524354.

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

Color convert

RGB 194 132 38 -
CMYK 0 0.32 0.80 0.24
HSL 36.15º 0.67% 0.45% -
HSV(B) 36.15º 0.8% 0.76% -
XYZ 30.85 28.11 5.63 -
YUV 139.82 70.54 166.64 -
System Red Green Blue C M Y K H S L
Decimal 194 132 38 0 0.32 0.80 0.24 36.15 0.67 0.45
Hex C2 84 26 0 20 50 18 24 43 2D
Octal 302 204 46 0 40 120 30 44 103 55
Binary 11000010 10000100 100110 0 100000 1010000 11000 100100 1000011 101101

Color Harmonies of #C28426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28426

Black with #C28426

Text Example


Text Example

White with #C28426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28426; }

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

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

background-color css

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

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

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

border-color css

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

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

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