Html Css Color HEX #C28534 Geebung

📋 copy color: '#C28534'

red 194 ◦ green 133 ◦ blue 52

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

Shades of Geebung #C28534

Tints of Geebung #C28534

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.09%

 BLUE value IS 52 (20.7% from 255) = 13.72%

R = 51.19%
G = 35.09%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C28534 (or 0xC28534) is known color: Geebung. HEX triplet: C2, 85 and 34. RGB value is (194,133,52). Sum of RGB (Red+Green+Blue) = 194+133+52=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C28534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28534 is #3D7ACB. Grayscale: #8E8E8E. Windows color (decimal): -4029132 or 3442114. OLE color: 3442114.

HSL color Cylindrical-coordinate representation of color #C28534: hue angle of 34.23º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C28534 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 133 52 -
CMYK 0 0.31 0.73 0.24
HSL 34.23º 0.58% 0.48% -
HSV(B) 34.23º 0.73% 0.76% -
XYZ 31.26 28.49 7.1 -
YUV 142.01 77.21 165.09 -
System Red Green Blue C M Y K H S L
Decimal 194 133 52 0 0.31 0.73 0.24 34.23 0.58 0.48
Hex C2 85 34 0 1F 49 18 22 3A 30
Octal 302 205 64 0 37 111 30 42 72 60
Binary 11000010 10000101 110100 0 11111 1001001 11000 100010 111010 110000

Color Harmonies of #C28534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28534

Black with #C28534

Text Example


Text Example

White with #C28534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28534; }

 p { color: rgb(194,133,52); }

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

background-color css

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

 a { background-color: rgb(194,133,52); }

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

border-color css

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

 span { border-color: rgb(194,133,52); }

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