Html Css Color HEX #C28A2D Geebung

📋 copy color: '#C28A2D'

red 194 ◦ green 138 ◦ blue 45

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

Shades of Geebung #C28A2D

Tints of Geebung #C28A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.94%

R = 51.46%
G = 36.6%
B = 11.94%

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

#C28A2D (or 0xC28A2D) is known color: Geebung. HEX triplet: C2, 8A and 2D. RGB value is (194,138,45). Sum of RGB (Red+Green+Blue) = 194+138+45=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28A2D is #3D75D2. Grayscale: #909090. Windows color (decimal): -4027859 or 2984642. OLE color: 2984642.

HSL color Cylindrical-coordinate representation of color #C28A2D: hue angle of 37.45º degrees, saturation: 0.62, 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 #C28A2D is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 138 45 -
CMYK 0 0.29 0.77 0.24
HSL 37.45º 0.62% 0.47% -
HSV(B) 37.45º 0.77% 0.76% -
XYZ 31.81 29.84 6.56 -
YUV 144.14 72.05 163.56 -
System Red Green Blue C M Y K H S L
Decimal 194 138 45 0 0.29 0.77 0.24 37.45 0.62 0.47
Hex C2 8A 2D 0 1D 4D 18 25 3E 2F
Octal 302 212 55 0 35 115 30 45 76 57
Binary 11000010 10001010 101101 0 11101 1001101 11000 100101 111110 101111

Color Harmonies of #C28A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28A2D

Black with #C28A2D

Text Example


Text Example

White with #C28A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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