Html Css Color HEX #C28B2E Geebung

📋 copy color: '#C28B2E'

red 194 ◦ green 139 ◦ blue 46

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

Shades of Geebung #C28B2E

Tints of Geebung #C28B2E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.68%

 BLUE value IS 46 (18.36% from 255) = 12.14%

R = 51.19%
G = 36.68%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C28B2E (or 0xC28B2E) is known color: Geebung. HEX triplet: C2, 8B and 2E. RGB value is (194,139,46). Sum of RGB (Red+Green+Blue) = 194+139+46=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 46 (18.36% from 255 or 12.14% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28B2E is #3D74D1. Grayscale: #919191. Windows color (decimal): -4027602 or 3050434. OLE color: 3050434.

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

Color convert

RGB 194 139 46 -
CMYK 0 0.28 0.76 0.24
HSL 37.7º 0.62% 0.47% -
HSV(B) 37.7º 0.76% 0.76% -
XYZ 31.97 30.13 6.72 -
YUV 144.84 72.22 163.06 -
System Red Green Blue C M Y K H S L
Decimal 194 139 46 0 0.28 0.76 0.24 37.7 0.62 0.47
Hex C2 8B 2E 0 1C 4C 18 26 3E 2F
Octal 302 213 56 0 34 114 30 46 76 57
Binary 11000010 10001011 101110 0 11100 1001100 11000 100110 111110 101111

Color Harmonies of #C28B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28B2E

Black with #C28B2E

Text Example


Text Example

White with #C28B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28B2E; }

 p { color: rgb(194,139,46); }

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

background-color css

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

 a { background-color: rgb(194,139,46); }

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

border-color css

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

 span { border-color: rgb(194,139,46); }

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