Html Css Color HEX #C28635 Geebung

📋 copy color: '#C28635'

red 194 ◦ green 134 ◦ blue 53

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

Shades of Geebung #C28635

Tints of Geebung #C28635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.91%

R = 50.92%
G = 35.17%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C28635 (or 0xC28635) is known color: Geebung. HEX triplet: C2, 86 and 35. RGB value is (194,134,53). Sum of RGB (Red+Green+Blue) = 194+134+53=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C28635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28635 is #3D79CA. Grayscale: #8F8F8F. Windows color (decimal): -4028875 or 3507906. OLE color: 3507906.

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

Color convert

RGB 194 134 53 -
CMYK 0 0.31 0.73 0.24
HSL 34.47º 0.57% 0.48% -
HSV(B) 34.47º 0.73% 0.76% -
XYZ 31.42 28.78 7.27 -
YUV 142.71 77.38 164.59 -
System Red Green Blue C M Y K H S L
Decimal 194 134 53 0 0.31 0.73 0.24 34.47 0.57 0.48
Hex C2 86 35 0 1F 49 18 22 39 30
Octal 302 206 65 0 37 111 30 42 71 60
Binary 11000010 10000110 110101 0 11111 1001001 11000 100010 111001 110000

Color Harmonies of #C28635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28635

Black with #C28635

Text Example


Text Example

White with #C28635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28635; }

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

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

background-color css

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

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

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

border-color css

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

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

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