Html Css Color HEX #C3821F Geebung

📋 copy color: '#C3821F'

red 195 ◦ green 130 ◦ blue 31

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

Shades of Geebung #C3821F

Tints of Geebung #C3821F

RGB

 RED value IS 195 (76.56% from 255) = 54.78%

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

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

R = 54.78%
G = 36.52%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3821F (or 0xC3821F) is known color: Geebung. HEX triplet: C3, 82 and 1F. RGB value is (195,130,31). Sum of RGB (Red+Green+Blue) = 195+130+31=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C3821F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3821F is #3C7DE0. Grayscale: #8A8A8A. Windows color (decimal): -3964385 or 2065091. OLE color: 2065091.

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

Color convert

RGB 195 130 31 -
CMYK 0 0.33 0.84 0.24
HSL 36.22º 0.73% 0.44% -
HSV(B) 36.22º 0.84% 0.76% -
XYZ 30.74 27.67 5.02 -
YUV 138.15 67.53 168.55 -
System Red Green Blue C M Y K H S L
Decimal 195 130 31 0 0.33 0.84 0.24 36.22 0.73 0.44
Hex C3 82 1F 0 21 54 18 24 49 2C
Octal 303 202 37 0 41 124 30 44 111 54
Binary 11000011 10000010 11111 0 100001 1010100 11000 100100 1001001 101100

Color Harmonies of #C3821F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3821F

Black with #C3821F

Text Example


Text Example

White with #C3821F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3821F; }

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

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

background-color css

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

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

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

border-color css

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

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

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