Html Css Color HEX #C28521 Geebung

📋 copy color: '#C28521'

red 194 ◦ green 133 ◦ blue 33

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

Shades of Geebung #C28521

Tints of Geebung #C28521

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.94%

 BLUE value IS 33 (13.28% from 255) = 9.17%

R = 53.89%
G = 36.94%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C28521 (or 0xC28521) is known color: Geebung. HEX triplet: C2, 85 and 21. RGB value is (194,133,33). Sum of RGB (Red+Green+Blue) = 194+133+33=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C28521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28521 is #3D7ADE. Grayscale: #8C8C8C. Windows color (decimal): -4029151 or 2196930. OLE color: 2196930.

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

Color convert

RGB 194 133 33 -
CMYK 0 0.31 0.83 0.24
HSL 37.27º 0.71% 0.45% -
HSV(B) 37.27º 0.83% 0.76% -
XYZ 30.91 28.35 5.28 -
YUV 139.84 67.71 166.63 -
System Red Green Blue C M Y K H S L
Decimal 194 133 33 0 0.31 0.83 0.24 37.27 0.71 0.45
Hex C2 85 21 0 1F 53 18 25 47 2D
Octal 302 205 41 0 37 123 30 45 107 55
Binary 11000010 10000101 100001 0 11111 1010011 11000 100101 1000111 101101

Color Harmonies of #C28521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28521

Black with #C28521

Text Example


Text Example

White with #C28521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28521; }

 p { color: rgb(194,133,33); }

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

background-color css

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

 a { background-color: rgb(194,133,33); }

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

border-color css

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

 span { border-color: rgb(194,133,33); }

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