Html Css Color HEX #C28A2F Geebung

📋 copy color: '#C28A2F'

red 194 ◦ green 138 ◦ blue 47

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

Shades of Geebung #C28A2F

Tints of Geebung #C28A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.4%

R = 51.19%
G = 36.41%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C28A2F (or 0xC28A2F) is known color: Geebung. HEX triplet: C2, 8A and 2F. RGB value is (194,138,47). Sum of RGB (Red+Green+Blue) = 194+138+47=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 47 (18.75% from 255 or 12.40% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28A2F is #3D75D0. Grayscale: #909090. Windows color (decimal): -4027857 or 3115714. OLE color: 3115714.

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

Color convert

RGB 194 138 47 -
CMYK 0 0.29 0.76 0.24
HSL 37.14º 0.61% 0.47% -
HSV(B) 37.14º 0.76% 0.76% -
XYZ 31.85 29.85 6.77 -
YUV 144.37 73.05 163.4 -
System Red Green Blue C M Y K H S L
Decimal 194 138 47 0 0.29 0.76 0.24 37.14 0.61 0.47
Hex C2 8A 2F 0 1D 4C 18 25 3D 2F
Octal 302 212 57 0 35 114 30 45 75 57
Binary 11000010 10001010 101111 0 11101 1001100 11000 100101 111101 101111

Color Harmonies of #C28A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28A2F

Black with #C28A2F

Text Example


Text Example

White with #C28A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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