Html Css Color HEX #C28326 Geebung

📋 copy color: '#C28326'

red 194 ◦ green 131 ◦ blue 38

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

Shades of Geebung #C28326

Tints of Geebung #C28326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.47%

R = 53.44%
G = 36.09%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C28326 (or 0xC28326) is known color: Geebung. HEX triplet: C2, 83 and 26. RGB value is (194,131,38). Sum of RGB (Red+Green+Blue) = 194+131+38=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C28326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28326 is #3D7CD9. Grayscale: #8B8B8B. Windows color (decimal): -4029658 or 2524098. OLE color: 2524098.

HSL color Cylindrical-coordinate representation of color #C28326: hue angle of 35.77º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C28326 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 131 38 -
CMYK 0 0.32 0.80 0.24
HSL 35.77º 0.67% 0.45% -
HSV(B) 35.77º 0.8% 0.76% -
XYZ 30.71 27.84 5.59 -
YUV 139.24 70.87 167.06 -
System Red Green Blue C M Y K H S L
Decimal 194 131 38 0 0.32 0.80 0.24 35.77 0.67 0.45
Hex C2 83 26 0 20 50 18 24 43 2D
Octal 302 203 46 0 40 120 30 44 103 55
Binary 11000010 10000011 100110 0 100000 1010000 11000 100100 1000011 101101

Color Harmonies of #C28326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28326

Black with #C28326

Text Example


Text Example

White with #C28326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28326; }

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

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

background-color css

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

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

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

border-color css

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

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

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