Html Css Color HEX #C38B30 Geebung

📋 copy color: '#C38B30'

red 195 ◦ green 139 ◦ blue 48

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

Shades of Geebung #C38B30

Tints of Geebung #C38B30

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.39%

 BLUE value IS 48 (19.14% from 255) = 12.57%

R = 51.05%
G = 36.39%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C38B30 (or 0xC38B30) is known color: Geebung. HEX triplet: C3, 8B and 30. RGB value is (195,139,48). Sum of RGB (Red+Green+Blue) = 195+139+48=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38B30 is #3C74CF. Grayscale: #919191. Windows color (decimal): -3962064 or 3181507. OLE color: 3181507.

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

Color convert

RGB 195 139 48 -
CMYK 0 0.29 0.75 0.24
HSL 37.14º 0.6% 0.48% -
HSV(B) 37.14º 0.75% 0.76% -
XYZ 32.27 30.28 6.94 -
YUV 145.37 73.05 163.4 -
System Red Green Blue C M Y K H S L
Decimal 195 139 48 0 0.29 0.75 0.24 37.14 0.6 0.48
Hex C3 8B 30 0 1D 4B 18 25 3C 30
Octal 303 213 60 0 35 113 30 45 74 60
Binary 11000011 10001011 110000 0 11101 1001011 11000 100101 111100 110000

Color Harmonies of #C38B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38B30

Black with #C38B30

Text Example


Text Example

White with #C38B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38B30; }

 p { color: rgb(195,139,48); }

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

background-color css

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

 a { background-color: rgb(195,139,48); }

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

border-color css

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

 span { border-color: rgb(195,139,48); }

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