Html Css Color HEX #C3871F Geebung

📋 copy color: '#C3871F'

red 195 ◦ green 135 ◦ blue 31

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

Shades of Geebung #C3871F

Tints of Geebung #C3871F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.4%

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

R = 54.02%
G = 37.4%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3871F (or 0xC3871F) is known color: Geebung. HEX triplet: C3, 87 and 1F. RGB value is (195,135,31). Sum of RGB (Red+Green+Blue) = 195+135+31=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C3871F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3871F is #3C78E0. Grayscale: #8D8D8D. Windows color (decimal): -3963105 or 2066371. OLE color: 2066371.

HSL color Cylindrical-coordinate representation of color #C3871F: hue angle of 38.05º 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 #C3871F is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 135 31 -
CMYK 0 0.31 0.84 0.24
HSL 38.05º 0.73% 0.44% -
HSV(B) 38.05º 0.84% 0.76% -
XYZ 31.42 29.03 5.24 -
YUV 141.08 65.88 166.46 -
System Red Green Blue C M Y K H S L
Decimal 195 135 31 0 0.31 0.84 0.24 38.05 0.73 0.44
Hex C3 87 1F 0 1F 54 18 26 49 2C
Octal 303 207 37 0 37 124 30 46 111 54
Binary 11000011 10000111 11111 0 11111 1010100 11000 100110 1001001 101100

Color Harmonies of #C3871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3871F

Black with #C3871F

Text Example


Text Example

White with #C3871F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3871F; }

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

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

background-color css

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

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

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

border-color css

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

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

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