Html Css Color HEX #C28628 Geebung

📋 copy color: '#C28628'

red 194 ◦ green 134 ◦ blue 40

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

Shades of Geebung #C28628

Tints of Geebung #C28628

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.41%

 BLUE value IS 40 (16.02% from 255) = 10.87%

R = 52.72%
G = 36.41%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C28628 (or 0xC28628) is known color: Geebung. HEX triplet: C2, 86 and 28. RGB value is (194,134,40). Sum of RGB (Red+Green+Blue) = 194+134+40=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C28628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28628 is #3D79D7. Grayscale: #8D8D8D. Windows color (decimal): -4028888 or 2655938. OLE color: 2655938.

HSL color Cylindrical-coordinate representation of color #C28628: hue angle of 36.62º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C28628 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 134 40 -
CMYK 0 0.31 0.79 0.24
HSL 36.62º 0.66% 0.46% -
HSV(B) 36.62º 0.79% 0.76% -
XYZ 31.16 28.67 5.9 -
YUV 141.22 70.88 165.64 -
System Red Green Blue C M Y K H S L
Decimal 194 134 40 0 0.31 0.79 0.24 36.62 0.66 0.46
Hex C2 86 28 0 1F 4F 18 25 42 2E
Octal 302 206 50 0 37 117 30 45 102 56
Binary 11000010 10000110 101000 0 11111 1001111 11000 100101 1000010 101110

Color Harmonies of #C28628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28628

Black with #C28628

Text Example


Text Example

White with #C28628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28628; }

 p { color: rgb(194,134,40); }

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

background-color css

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

 a { background-color: rgb(194,134,40); }

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

border-color css

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

 span { border-color: rgb(194,134,40); }

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