Html Css Color HEX #C28321 Geebung

📋 copy color: '#C28321'

red 194 ◦ green 131 ◦ blue 33

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

Shades of Geebung #C28321

Tints of Geebung #C28321

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.59%

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

R = 54.19%
G = 36.59%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C28321 (or 0xC28321) is known color: Geebung. HEX triplet: C2, 83 and 21. RGB value is (194,131,33). Sum of RGB (Red+Green+Blue) = 194+131+33=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 33 (13.28% from 255 or 9.22% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C28321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28321 is #3D7CDE. Grayscale: #8B8B8B. Windows color (decimal): -4029663 or 2196418. OLE color: 2196418.

HSL color Cylindrical-coordinate representation of color #C28321: hue angle of 36.52º 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 #C28321 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 131 33 -
CMYK 0 0.32 0.83 0.24
HSL 36.52º 0.71% 0.45% -
HSV(B) 36.52º 0.83% 0.76% -
XYZ 30.64 27.81 5.19 -
YUV 138.67 68.37 167.47 -
System Red Green Blue C M Y K H S L
Decimal 194 131 33 0 0.32 0.83 0.24 36.52 0.71 0.45
Hex C2 83 21 0 20 53 18 25 47 2D
Octal 302 203 41 0 40 123 30 45 107 55
Binary 11000010 10000011 100001 0 100000 1010011 11000 100101 1000111 101101

Color Harmonies of #C28321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28321

Black with #C28321

Text Example


Text Example

White with #C28321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28321; }

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

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

background-color css

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

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

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

border-color css

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

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

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