Html Css Color HEX #C28629 Geebung

📋 copy color: '#C28629'

red 194 ◦ green 134 ◦ blue 41

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

Shades of Geebung #C28629

Tints of Geebung #C28629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.11%

R = 52.57%
G = 36.31%
B = 11.11%

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

#C28629 (or 0xC28629) is known color: Geebung. HEX triplet: C2, 86 and 29. RGB value is (194,134,41). Sum of RGB (Red+Green+Blue) = 194+134+41=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 41 (16.41% from 255 or 11.11% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C28629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28629 is #3D79D6. Grayscale: #8D8D8D. Windows color (decimal): -4028887 or 2721474. OLE color: 2721474.

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

Color convert

RGB 194 134 41 -
CMYK 0 0.31 0.79 0.24
HSL 36.47º 0.65% 0.46% -
HSV(B) 36.47º 0.79% 0.76% -
XYZ 31.17 28.68 5.99 -
YUV 141.34 71.38 165.56 -
System Red Green Blue C M Y K H S L
Decimal 194 134 41 0 0.31 0.79 0.24 36.47 0.65 0.46
Hex C2 86 29 0 1F 4F 18 24 41 2E
Octal 302 206 51 0 37 117 30 44 101 56
Binary 11000010 10000110 101001 0 11111 1001111 11000 100100 1000001 101110

Color Harmonies of #C28629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28629

Black with #C28629

Text Example


Text Example

White with #C28629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28629; }

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

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

background-color css

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

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

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

border-color css

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

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

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