Html Css Color HEX #C28A2C Geebung

📋 copy color: '#C28A2C'

red 194 ◦ green 138 ◦ blue 44

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

Shades of Geebung #C28A2C

Tints of Geebung #C28A2C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.7%

 BLUE value IS 44 (17.58% from 255) = 11.7%

R = 51.6%
G = 36.7%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C28A2C (or 0xC28A2C) is known color: Geebung. HEX triplet: C2, 8A and 2C. RGB value is (194,138,44). Sum of RGB (Red+Green+Blue) = 194+138+44=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 44 (17.58% from 255 or 11.70% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28A2C is #3D75D3. Grayscale: #909090. Windows color (decimal): -4027860 or 2919106. OLE color: 2919106.

HSL color Cylindrical-coordinate representation of color #C28A2C: hue angle of 37.6º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C28A2C is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 138 44 -
CMYK 0 0.29 0.77 0.24
HSL 37.6º 0.63% 0.47% -
HSV(B) 37.6º 0.77% 0.76% -
XYZ 31.79 29.83 6.46 -
YUV 144.03 71.55 163.64 -
System Red Green Blue C M Y K H S L
Decimal 194 138 44 0 0.29 0.77 0.24 37.6 0.63 0.47
Hex C2 8A 2C 0 1D 4D 18 26 3F 2F
Octal 302 212 54 0 35 115 30 46 77 57
Binary 11000010 10001010 101100 0 11101 1001101 11000 100110 111111 101111

Color Harmonies of #C28A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28A2C

Black with #C28A2C

Text Example


Text Example

White with #C28A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28A2C; }

 p { color: rgb(194,138,44); }

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

background-color css

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

 a { background-color: rgb(194,138,44); }

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

border-color css

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

 span { border-color: rgb(194,138,44); }

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