Html Css Color HEX #C28633 Geebung

📋 copy color: '#C28633'

red 194 ◦ green 134 ◦ blue 51

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

Shades of Geebung #C28633

Tints of Geebung #C28633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.46%

R = 51.19%
G = 35.36%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C28633 (or 0xC28633) is known color: Geebung. HEX triplet: C2, 86 and 33. RGB value is (194,134,51). Sum of RGB (Red+Green+Blue) = 194+134+51=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 51 (20.31% from 255 or 13.46% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C28633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28633 is #3D79CC. Grayscale: #8E8E8E. Windows color (decimal): -4028877 or 3376834. OLE color: 3376834.

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

Color convert

RGB 194 134 51 -
CMYK 0 0.31 0.74 0.24
HSL 34.83º 0.58% 0.48% -
HSV(B) 34.83º 0.74% 0.76% -
XYZ 31.37 28.76 7.03 -
YUV 142.48 76.38 164.75 -
System Red Green Blue C M Y K H S L
Decimal 194 134 51 0 0.31 0.74 0.24 34.83 0.58 0.48
Hex C2 86 33 0 1F 4A 18 23 3A 30
Octal 302 206 63 0 37 112 30 43 72 60
Binary 11000010 10000110 110011 0 11111 1001010 11000 100011 111010 110000

Color Harmonies of #C28633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28633

Black with #C28633

Text Example


Text Example

White with #C28633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28633; }

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

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

background-color css

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

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

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

border-color css

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

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

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