Html Css Color HEX #C28822 Geebung

📋 copy color: '#C28822'

red 194 ◦ green 136 ◦ blue 34

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

Shades of Geebung #C28822

Tints of Geebung #C28822

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.36%

 BLUE value IS 34 (13.67% from 255) = 9.34%

R = 53.3%
G = 37.36%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C28822 (or 0xC28822) is known color: Geebung. HEX triplet: C2, 88 and 22. RGB value is (194,136,34). Sum of RGB (Red+Green+Blue) = 194+136+34=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 34 (13.67% from 255 or 9.34% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C28822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28822 is #3D77DD. Grayscale: #8E8E8E. Windows color (decimal): -4028382 or 2263234. OLE color: 2263234.

HSL color Cylindrical-coordinate representation of color #C28822: hue angle of 38.25º degrees, saturation: 0.7, 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 #C28822 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 136 34 -
CMYK 0 0.30 0.82 0.24
HSL 38.25º 0.7% 0.45% -
HSV(B) 38.25º 0.82% 0.76% -
XYZ 31.34 29.19 5.5 -
YUV 141.71 67.22 165.29 -
System Red Green Blue C M Y K H S L
Decimal 194 136 34 0 0.30 0.82 0.24 38.25 0.7 0.45
Hex C2 88 22 0 1E 52 18 26 46 2D
Octal 302 210 42 0 36 122 30 46 106 55
Binary 11000010 10001000 100010 0 11110 1010010 11000 100110 1000110 101101

Color Harmonies of #C28822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28822

Black with #C28822

Text Example


Text Example

White with #C28822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28822; }

 p { color: rgb(194,136,34); }

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

background-color css

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

 a { background-color: rgb(194,136,34); }

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

border-color css

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

 span { border-color: rgb(194,136,34); }

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