Html Css Color HEX #C4821F Geebung

📋 copy color: '#C4821F'

red 196 ◦ green 130 ◦ blue 31

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

Shades of Geebung #C4821F

Tints of Geebung #C4821F

RGB

 RED value IS 196 (76.95% from 255) = 54.9%

 GREEN value IS 130 (51.17% from 255) = 36.41%

 BLUE value IS 31 (12.5% from 255) = 8.68%

R = 54.9%
G = 36.41%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4821F (or 0xC4821F) is known color: Geebung. HEX triplet: C4, 82 and 1F. RGB value is (196,130,31). Sum of RGB (Red+Green+Blue) = 196+130+31=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 31 (12.5% from 255 or 8.68% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4821F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4821F is #3B7DE0. Grayscale: #8A8A8A. Windows color (decimal): -3898849 or 2065092. OLE color: 2065092.

HSL color Cylindrical-coordinate representation of color #C4821F: hue angle of 36º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4821F is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 130 31 -
CMYK 0 0.34 0.84 0.23
HSL 36º 0.73% 0.45% -
HSV(B) 36º 0.84% 0.77% -
XYZ 30.99 27.8 5.03 -
YUV 138.45 67.37 169.05 -
System Red Green Blue C M Y K H S L
Decimal 196 130 31 0 0.34 0.84 0.23 36 0.73 0.45
Hex C4 82 1F 0 22 54 17 24 49 2D
Octal 304 202 37 0 42 124 27 44 111 55
Binary 11000100 10000010 11111 0 100010 1010100 10111 100100 1001001 101101

Color Harmonies of #C4821F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4821F

Black with #C4821F

Text Example


Text Example

White with #C4821F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4821F; }

 p { color: rgb(196,130,31); }

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

background-color css

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

 a { background-color: rgb(196,130,31); }

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

border-color css

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

 span { border-color: rgb(196,130,31); }

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